-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.03 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
{
"name": "browserify-example",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"babelify": "^6.3.0",
"browserify": "^11.2.0",
"gulp": "^3.9.0",
"gulp-htmlhint": "^0.3.0",
"gulp-jscs": "^3.0.1",
"gulp-jshint": "^1.11.2",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^1.0.1",
"gulp-sass": "^2.0.4",
"gulp-server-livereload": "^1.5.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.2",
"jshint-jsx": "^0.4.1",
"jshint-stylish": "^2.0.1",
"node-bourbon": "^4.2.3",
"node-font-awesome": "^1.0.2",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.4.0"
},
"dependencies": {
"font-awesome": "^4.4.0",
"jquery": "^2.1.4",
"moment": "^2.10.6",
"normalize.css": "^3.0.3",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"underscore": "^1.8.3"
}
}