23 lines
469 B
JSON
23 lines
469 B
JSON
{
|
|
"name": "yellowlabtools",
|
|
"version": "0.0.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/gmetais/YellowLabTools.git"
|
|
},
|
|
"dependencies": {
|
|
"phantomas": "^1.5.0",
|
|
"express": "^4.6.1",
|
|
"async": "^0.9.0",
|
|
"socket.io": "^1.0.6",
|
|
"body-parser": "^1.5.0",
|
|
"compression": "^1.0.11"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"matchdep": "^0.3.0"
|
|
},
|
|
"scripts": {}
|
|
}
|