OSDN Git Service

[Development and Manual test] showing help correctly
[eos/zephyr.git] / package.json
index 7ac37f2..5a23c48 100644 (file)
@@ -1,37 +1,43 @@
 {
-  "name": "iEos",
+  "name": "Zephyr",
   "version": "1.0.0",
-  "description": "interactive Eos",
-  "main": "index.js",
-  "dependencies": {
-    "bluebird": "^2.9.24",
-    "body-parser": "^1.12.3",
-    "ejs": "^2.3.1",
-    "express": "^4.12.3",
-    "lodash": "^3.8.0",
-    "passport": "^0.2.2",
-    "sqlite3": "^3.0.9",
-    "thunkify": "^2.1.2"
-  },
-  "devDependencies": {
-    "browser-sync": "^2.6.4",
-    "gulp": "^3.8.11",
-    "gulp-angular-filesort": "^1.1.1",
-    "gulp-angular-templatecache": "^1.6.0",
-    "gulp-concat": "^2.5.2",
-    "gulp-inject": "^1.2.0",
-    "gulp-jshint": "^1.10.0",
-    "gulp-live-server": "0.0.14",
-    "gulp-notify": "^2.2.0",
-    "gulp-tap": "^0.1.3",
-    "gulp-uglify": "^1.2.0",
-    "heredoc": "^1.3.0",
-    "run-sequence": "^1.1.0"
-  },
+  "description": "",
+  "main": "./server/app.js",
   "scripts": {
-    "test": "echo \"Error: no test specified\" && exit 1",
-    "start": "node ./server/app.js"
+    "test": "NODE_ENV=test mocha test/mocha/Eos.test.js",
+    "rest": "node ./test/rest/execution.test.js"
   },
   "author": "",
-  "license": "ISC"
+  "license": "ISC",
+  "dependencies": {
+    "angular": "^1.4.8",
+    "angular-resource": "^1.4.8",
+    "angular-ui-bootstrap": "^1.0.0",
+    "angular-ui-router": "^0.2.15",
+    "body-parser": "^1.14.2",
+    "bootstrap-sass": "^3.3.6",
+    "chalk": "^1.1.1",
+    "co": "^4.6.0",
+    "commander": "^2.9.0",
+    "express": "^4.13.3",
+    "formidable": "^1.0.17",
+    "node-uuid": "^1.4.7",
+    "request": "^2.67.0",
+    "sequelize": "^3.18.0",
+    "socket.io": "^1.4.5",
+    "sqlite3": "^3.1.1"
+  },
+  "devDependencies": {
+    "chai": "^3.4.1",
+    "chai-as-promised": "^5.2.0",
+    "gulp": "^3.9.0",
+    "gulp-sass": "^2.1.1",
+    "mocha": "^2.3.4",
+    "ts-loader": "^0.7.2",
+    "tsd": "^0.6.5",
+    "typescript": "^1.7.5",
+    "typescript-loader": "^1.1.3",
+    "webpack": "^1.12.10",
+    "webpack-stream": "^3.1.0"
+  }
 }