-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 770 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 770 Bytes
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
{
"name": "scubalog",
"version": "0.0.1",
"browserify": {
"transform": [
"browserify-global-shim"
]
},
"browserify-global-shim": {
"lodash": "_",
"react/addons": "React"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-contrib-concat": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-cssmin": "latest",
"grunt-sass": "latest",
"load-grunt-tasks": "latest",
"grunt-browserify": "latest",
"coffeeify": "latest",
"uglifyify": "latest",
"coffee-reactify": "latest",
"react-templatify": "latest",
"debowerify": "latest",
"browserify-global-shim": "^1.0.0",
"connect-modrewrite": "^0.8.2"
}
}