activepush/package.json

36 lines
817 B
JSON

{
"name": "web-push",
"version": "0.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node_modules/.bin/coffee index.coffee",
"test": "node_modules/.bin/mocha --compilers coffee:coffee-script test"
},
"repository": "",
"author": "",
"license": " ",
"dependencies": {
"coffee-script": "~1.6.3",
"socket.io": "~0.9.16",
"stomp": "~0.1.1",
"js-yaml": "~2.1.0",
"express": "~3.3.4",
"deepmerge": "~0.2.7",
"winston": "~0.7.2",
"stompit": "~0.9.0"
},
"devDependencies": {
"mocha": "~1.12.0",
"mocha-as-promised": "~1.4.0",
"chai": "~1.7.2",
"chai-as-promised": "~3.3.1",
"q": "~0.9.6",
"socket.io-client": "~0.9.16",
"node-uuid": "~1.4.0",
"q-step": "0.0.1",
"wd": "0.0.33",
"q-proxy": "0.0.1"
}
}