-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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
{
"name": "91.514_IWS2_Project",
"version": "1.0.0",
"description": "Project for IWS2",
"author": "Zachary Maybury",
"main": "index.js",
"scripts": {
"test": "./node_modules/jshint/bin/jshint hello.js"
},
"license": "ISC",
"devDependencies": {
"babel": "^6.1.18",
"babel-plugin-transform-object-rest-spread": "^6.1.18",
"babel-preset-es2015": "^6.1.18",
"babel-preset-react": "^6.1.18",
"babelify": "^7.2.0",
"browserify": "^12.0.1",
"grunt": "^0.4.5",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.7.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-minifyify": "^3.2.1",
"jshint": "^2.6.0",
"minifyify": "^7.1.0"
},
"dependencies": {
"classnames": "^2.2.3",
"font-awesome": "^4.5.0",
"jquery": "^2.1.4",
"d3": "^3.5.9",
"jszip": "^2.5.0",
"lodash": "^4.2.1",
"radium": "^0.16.5",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-vendor-prefix": "0.0.1",
"twitter-node-client": "^0.0.6",
"twit": "^2.2.3",
"twitter": "^1.2.5",
"request": "^2.72.0",
"weave-html5": "git+ssh://[email protected]:WeaveTeam/weave-html5.git#develop"
}
}