-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 915 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
40
41
{
"name": "hoodie-boilerplate",
"version": "1.0.0",
"type": "app",
"dependencies": {
"classnames": "^2.1.0",
"hoodie-plugin-appconfig": "^2.0.1",
"hoodie-plugin-email": "^1.0.0",
"hoodie-plugin-users": "^2.2.2",
"hoodie-server": "^3.1.1",
"material-ui": "^0.7.5",
"react": "^0.13.2",
"react-tap-event-plugin": "^0.1.6"
},
"files": [
"www/"
],
"engines": {
"node": ">=0.10.22"
},
"scripts": {
"start": "node node_modules/hoodie-server/bin/start",
"watch": "node_modules/.bin/gulp js"
},
"hoodie": {
"plugins": [
"hoodie-plugin-appconfig",
"hoodie-plugin-email",
"hoodie-plugin-users"
]
},
"devDependencies": {
"babelify": "^6.0.2",
"browserify": "^10.1.0",
"gulp": "^3.8.11",
"gulp-util": "^3.0.4",
"object-assign": "^2.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.0"
}
}