-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.53 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "qoldashboard",
"version": "2.0.0",
"description": "Node packages for gulp",
"main": "gulpfile.js",
"dependencies": {
"bootstrap": "^3.3.6",
"d3": "^3.5.16",
"eslint": "^1.6.0",
"jquery": "^2.2.3",
"jquery.scrollto": "^2.1.2",
"leaflet": "^0.7.7",
"leaflet-easybutton": "^1.2.0",
"leaflet-label": "^0.2.1-0",
"leaflet.locatecontrol": "^0.48.0",
"postcss-cssnext": "^2.5.2",
"topojson": "^1.6.24",
"underscore": "^1.8.3"
},
"devDependencies": {
"browser-sync": "^2.11.1",
"del": "^1.1.1",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^3.1.0",
"gulp-changed": "^1.1.1",
"gulp-concat": "^2.6.0",
"gulp-convert": "^0.2.0",
"gulp-cssnano": "^2.1.2",
"gulp-data": "^1.2.1",
"gulp-imagemin": "^2.4.0",
"gulp-jsoncombine": "^1.0.3",
"gulp-jsonmin": "^1.0.2",
"gulp-markdown": "1.0.0",
"gulp-minify-css": "^1.2.4",
"gulp-postcss": "^6.1.0",
"gulp-replace": "^0.5.4",
"gulp-sourcemaps": "^2.0.0-alpha",
"gulp-swig": "^0.8.0",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"postcss-import": "^8.1.0"
},
"scripts": {
"test": "gulp test",
"start": "gulp",
"build": "gulp build --type=production",
"datagen": "gulp datagen"
},
"repository": {
"type": "git",
"url": "git://github.com/tobinbradley/Mecklenburg-County-Quality-of-Life-Dashboard.git"
},
"author": "Tobin Bradley",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "5f971b0b3ff2cad74d86af05be9a2cb3af2072f6"
}