-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
41 lines (41 loc) · 1.14 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
{
"name": "urbocore-www",
"version": "0.9.0",
"description": "Urbo frontend",
"main": "build.js",
"scripts": {
"start": "node ./build.js",
"debug": "node ./build.js debug",
"builder-watcher": "nodemon -e js,css,less,html --ignore public build.js debug",
"test": "./node_modules/.bin/karma start",
"deploy": "node ./build.js && s3_website push",
"install-vertical": "node ./install-vertical.js",
"update-vertical": "node ./update-vertical.js",
"make-translation": "node ls"
},
"author": "Geographica",
"license": "ISC",
"dependencies": {
"babel-preset-env": "^1.6.0",
"babili": "^0.1.4",
"fs-extra": "^5.0.0",
"nodemon": "^1.14.11",
"sting-builder": "^1.3.0"
},
"devDependencies": {
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-karma": "^2.0.0",
"karma": "^1.4.0",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^2.0.0",
"karma-mocha": "^1.3.0",
"karma-phantomjs-launcher": "^1.0.2",
"karma-read-json": "^1.1.0",
"karma-sinon-chai": "^1.2.4",
"mocha": "^3.2.0",
"po2json": "^0.4.5",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0"
}
}