SafeNet/SDMaps/package.json

27 lines
607 B
JSON

{
"name": "test_SDMaps",
"version": "0.0.0",
"description": "",
"main": "all.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-uglify": "^0.9.2",
"grunt-line-remover": "0.0.2"
},
"dependencies": {
"coffee-script": "^1.9.3",
"express": "^4.13.3",
"restify": "^4.0.0",
"ws": "^0.8.0"
}
}