-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
74 lines (74 loc) · 2.08 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"name": "mit-gov-lab-website",
"version": "1.0.0",
"description": "MIT GOV/LAB Website",
"author": "Work-Shop (http://workshop.co)",
"license": "ISC",
"paths": {
"src": "./wp-content/themes/custom",
"dest": "./wp-content/themes/custom"
},
"repository": {
"type": "git",
"url": "git+https://github.com/work-shop/mit-gov-lab-website.git"
},
"bugs": {
"url": "https://github.com/work-shop/mit-gov-lab-website/issues"
},
"homepage": "https://github.com/work-shop/mit-gov-lab-website#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "grunt",
"build-development": "grunt dev",
"build-production": "grunt dist",
"deploy-staging": "./.deploy-staging.sh",
"deploy-production": "./.deploy-production.sh",
"pull-database": "./.pull-database.sh"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-env": "^1.7.0",
"babelify": "^8.0.0",
"browserify": "^16.2.3",
"fibers": "^3.0.0",
"grunt": "^1.0.3",
"grunt-browserify": "^5.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-extract-sourcemap": "^0.1.19",
"grunt-sass": "^3.0.2",
"jit-grunt": "^0.10.0",
"node-bourbon": "^4.2.8",
"node-neat": "^2.0.0-beta.0",
"node-sass": "^4.9.4",
"sass": "^1.14.3",
"uglifyify": "^5.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"dependencies": {
"@work-shop/map-module": "^1.1.1",
"async": "^2.6.1",
"bootstrap": "^3.3.7",
"bootstrap-sass": "^3.3.7",
"cheerio": "^1.0.0-rc.2",
"d3": "^4.11.0",
"d3-geo": "^1.11.1",
"d3-geo-projection": "^2.4.1",
"flexslider": "^2.7.1",
"history": "^4.7.2",
"imagesloaded": "^4.1.3",
"jquery": "^3.3.1",
"jquery-bridget": "^2.0.1",
"json-serialize": "^1.1.3",
"moment": "^2.22.2",
"object-assign": "^4.1.1",
"query-string": "^6.2.0",
"reduce-object": "^0.1.3",
"request": "^2.88.0",
"request-promise": "^4.2.2",
"slick-carousel": "^1.8.1",
"slugify": "^1.3.2",
"topojson": "^3.0.2",
"zoho": "^1.0.0"
}
}