firewatch
Version:
Firefox OS memory watch
44 lines (43 loc) • 922 B
JSON
{
"name": "firewatch",
"version": "1.0.1",
"description": "Firefox OS memory watch",
"keywords": [
"firefoxos",
"firefox-os",
"b2g",
"b2g-info",
"procrank"
],
"bin": {
"firewatch": "lib/index.js",
"firewatch-server": "lib/server.js"
},
"scripts": {
"start": "node ./lib/index.js",
"test": "./node_modules/mocha/bin/mocha"
},
"author": "Harald Kirschner <harald@digitarald.com>",
"license": "MIT",
"dependencies": {
"clivas": "0.1.x",
"nomnom": "1.6.x",
"browserify-middleware": "2.5.x",
"express": "3.4.x",
"lodash": "2.4.x",
"reactify": "0.10.x",
"socket.io": "0.9.x",
"portfinder": "0.2.x",
"opener": "1.3.x",
"rimraf": "2.2.x",
"stylus": "0.45.x",
"nib": "1.0.x",
"temp": "0.7.x",
"winston": "0.7.x",
"mkdirp": "^0.5.0"
},
"devDependencies": {
"mocha": "1.18.x",
"should": "3.2.x"
}
}