OSDN Git Service

Debug: workspace
[eos/zephyr.git] / package.json
index caa0ede..d989932 100644 (file)
@@ -4,25 +4,29 @@
   "description": "",
   "main": "./server/app.js",
   "scripts": {
-    "test": "mocha test/mocha/DB.test.js"
+    "test": "NODE_ENV=test mocha test/mocha/Eos.test.js",
+    "rest": "node ./test/rest/execution.test.js"
   },
   "author": "",
   "license": "ISC",
   "dependencies": {
-    "angular": "^1.4.8",
-    "angular-resource": "^1.4.8",
-    "angular-ui-bootstrap": "^1.0.0",
-    "angular-ui-router": "^0.2.15",
+    "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.3.7",
-    "sqlite3": "^3.1.1"
+    "socket.io": "^1.4.5",
+    "sqlite3": "^3.1.1",
+    "typescript": "^1.7.5"
   },
   "devDependencies": {
     "chai": "^3.4.1",
@@ -31,8 +35,8 @@
     "gulp-sass": "^2.1.1",
     "mocha": "^2.3.4",
     "ts-loader": "^0.7.2",
-    "tsd": "^0.6.5",
-    "typescript": "^1.7.5",
+    "tsd": "0.6.5",
+    "typescript": "1.7.5",
     "typescript-loader": "^1.1.3",
     "webpack": "^1.12.10",
     "webpack-stream": "^3.1.0"