API authentification (tbc...)

This commit is contained in:
Gaël Métais
2014-12-09 09:04:28 +01:00
parent 906f0876a0
commit 49015e3422
9 changed files with 300 additions and 22 deletions
+7 -5
View File
@@ -11,16 +11,17 @@
"main": "./lib/yellowlabtools.js",
"dependencies": {
"async": "~0.9.0",
"body-parser": "~1.9.2",
"compression": "~1.2.0",
"body-parser": "~1.10.0",
"compression": "~1.2.1",
"debug": "^2.1.0",
"express": "~4.10.4",
"jwt-simple": "^0.2.0",
"phantomas": "1.7.0",
"rimraf": "^2.2.8",
"socket.io": "~1.2.0"
},
"devDependencies": {
"chai": "^1.9.2",
"chai": "^1.10.0",
"grunt": "^0.4.5",
"grunt-blanket": "^0.0.8",
"grunt-contrib-clean": "^0.6.0",
@@ -29,11 +30,12 @@
"grunt-contrib-less": "^0.12.0",
"grunt-express": "^1.4.1",
"grunt-fontsmith": "^0.9.1",
"grunt-mocha-test": "^0.12.2",
"grunt-mocha-test": "^0.12.4",
"matchdep": "^0.3.0",
"mocha": "^2.0.1",
"phantomjs": "^1.9.10",
"phantomjs": "^1.9.12",
"q": "^1.1.2",
"request": "^2.49.0",
"sinon": "^1.12.1",
"sinon-chai": "^2.6.0"
},