OSDN Git Service

Initial commit after detached from Eos base.
[eos/zephyr.git] / package.json
1 {
2   "name": "iEos",
3   "version": "1.0.0",
4   "description": "interactive Eos",
5   "main": "index.js",
6   "dependencies": {
7     "bluebird": "^2.9.24",
8     "body-parser": "^1.12.3",
9     "ejs": "^2.3.1",
10     "express": "^4.12.3",
11     "lodash": "^3.8.0",
12     "thunkify": "^2.1.2"
13   },
14   "devDependencies": {
15     "browser-sync": "^2.6.4",
16     "gulp": "^3.8.11",
17     "gulp-angular-filesort": "^1.1.1",
18     "gulp-angular-templatecache": "^1.6.0",
19     "gulp-concat": "^2.5.2",
20     "gulp-inject": "^1.2.0",
21     "gulp-jshint": "^1.10.0",
22     "gulp-live-server": "0.0.14",
23     "gulp-notify": "^2.2.0",
24     "gulp-tap": "^0.1.3",
25     "gulp-uglify": "^1.2.0",
26     "heredoc": "^1.3.0",
27     "run-sequence": "^1.1.0"
28   },
29   "scripts": {
30     "test": "echo \"Error: no test specified\" && exit 1",
31     "start": "node ./server/app.js"
32   },
33   "author": "",
34   "license": "ISC"
35 }