-
Notifications
You must be signed in to change notification settings - Fork 75
/
package.json
37 lines (37 loc) · 897 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
{
"name": "mozaik-dashboard",
"description": "Mozaïk demo dashboard",
"repository": {
"type": "git",
"url": "git://github.com/plouc/mozaik-demo"
},
"license": "MIT",
"author": {
"name": "Raphaël Benitte",
"url": "https://github.com/plouc"
},
"engines": {
"node": "0.12.x",
"npm" : ">=3.0.0"
},
"dependencies": {
"babel-preset-es2015": "6.6.0",
"babel-preset-react": "6.5.0",
"babel-register": "6.7.2",
"dotenv": "^0.5.1",
"gulp": "^3.9.0",
"lodash": "^3.10.0",
"mozaik": "1.4.4",
"mozaik-ext-github": "1.2.2",
"mozaik-ext-time": "1.1.0",
"mozaik-ext-travis": "1.1.0",
"react": "^0.13.3"
},
"scripts": {
"test": "npm run build-assets",
"start": "node app.js",
"postinstall": "if $BUILD_ASSETS; then npm run build-assets; fi",
"build-assets": "gulp build",
"watch": "gulp watch"
}
}