Files
YellowLabTools/package.json
T

32 lines
753 B
JSON

{
"name": "yellowlabtools",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "git://github.com/gmetais/YellowLabTools.git"
},
"dependencies": {
"phantomas": "^1.5.0",
"express": "^4.8.7",
"async": "^0.9.0",
"socket.io": "^1.0.6",
"body-parser": "^1.6.7",
"compression": "^1.0.11"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.10.0",
"matchdep": "^0.3.0",
"grunt-mocha-test": "^0.11.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-blanket": "0.0.8",
"chai": "^1.9.1",
"mocha": "^1.21.4",
"phantomjs": "^1.9.7-15",
"grunt-fontsmith": "^0.9.1",
"grunt-contrib-less": "^0.11.4"
},
"scripts": {}
}