0x/package.json
davidmarkclements be69485772 linux 3rd pass
2016-02-26 16:17:56 +00:00

42 lines
1.0 KiB
JSON

{
"name": "0x",
"version": "2.0.0",
"description": "",
"main": "index.js",
"bin": "./cmd.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"stress-rest-example": "cd examples/rest-api && npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarkclements/0x.git"
},
"author": "David Mark Clements",
"license": "MIT",
"bugs": {
"url": "https://github.com/davidmarkclements/0x/issues"
},
"homepage": "https://github.com/davidmarkclements/0x#readme",
"dependencies": {
"browserify": "^13.0.0",
"browserify-string": "^1.1.1",
"clockface": "^1.1.1",
"d3": "^3.5.16",
"debug": "^2.2.0",
"end-of-stream": "^1.1.0",
"hsl-to-rgb-for-reals": "^1.1.0",
"jsdom": "^8.0.4",
"perf-sym": "^2.0.0",
"pump": "^1.0.1",
"single-line-log": "^1.0.1",
"split2": "^2.0.1",
"through": "^2.3.8",
"which": "^1.2.4"
},
"devDependencies": {
"deep-diff": "^0.3.3",
"standard": "^6.0.7"
}
}