OSDN Git Service

Modify command directive html to be more cool
[eos/zephyr.git] / package.json
1 {
2   "name": "Zephyr",
3   "version": "1.0.0",
4   "description": "",
5   "main": "./server/app.js",
6   "scripts": {
7     "test": "NODE_ENV=test mocha test/mocha/Eos.test.js",
8     "rest": "node ./test/rest/execution.test.js"
9   },
10   "author": "",
11   "license": "ISC",
12   "dependencies": {
13     "angular": "^1.4.8",
14     "angular-resource": "^1.4.8",
15     "angular-ui-bootstrap": "^1.0.0",
16     "angular-ui-router": "^0.2.15",
17     "body-parser": "^1.14.2",
18     "bootstrap-sass": "^3.3.6",
19     "chalk": "^1.1.1",
20     "co": "^4.6.0",
21     "commander": "^2.9.0",
22     "express": "^4.13.3",
23     "formidable": "^1.0.17",
24     "node-uuid": "^1.4.7",
25     "request": "^2.67.0",
26     "sequelize": "^3.18.0",
27     "socket.io": "^1.4.5",
28     "sqlite3": "^3.1.1"
29   },
30   "devDependencies": {
31     "chai": "^3.4.1",
32     "chai-as-promised": "^5.2.0",
33     "gulp": "^3.9.0",
34     "gulp-sass": "^2.1.1",
35     "mocha": "^2.3.4",
36     "ts-loader": "^0.7.2",
37     "tsd": "^0.6.5",
38     "typescript": "^1.7.5",
39     "typescript-loader": "^1.1.3",
40     "webpack": "^1.12.10",
41     "webpack-stream": "^3.1.0"
42   }
43 }