-
Notifications
You must be signed in to change notification settings - Fork 150
/
package.json
39 lines (39 loc) · 863 Bytes
/
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
{
"name": "modules",
"version": "0.1.0",
"devDependencies": {
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-jasmine": "^2.3.0",
"gulp-jshint": "^2.0.0",
"gulp-jslint": "^0.2.2",
"gulp-sass": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"lodash.assign": "^4.0.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"browserify-shim": "^3.8.0",
"watchify": "^3.7.0"
},
"browser": {
"materialize": "./node_modules/materialize-css/bin/materialize.js"
},
"browserify-shim": {
"materialize": {
"exports": "materialize"
}
},
"dependencies": {
"firebase": "^3.1.0",
"jquery": "^2.2.1"
},
"browserify": {
"transform": [
"browserify-shim"
]
}
}