nci/package.json

44 lines
916 B
JSON
Raw Normal View History

{
"name": "nci",
"version": "0.1.0-alpha",
"description": "Continuous integration server written in node.js",
"bin": {
"nci": "bin/nci"
},
"scripts": {
2014-12-03 22:23:41 +00:00
"test": "mocha --bail --reporter=spec test/index"
},
"repository": {
"type": "git",
"url": "git://github.com/okv/nci.git"
},
"keywords": [
"continuous",
"integration",
"server",
"ci",
"build"
],
"author": "Oleg Korobenko <oleg.korobenko@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/okv/nci/issues"
},
"homepage": "https://github.com/okv/nci",
"dependencies": {
2015-04-10 19:23:52 +00:00
"data.io": "^0.3.0",
2015-04-10 20:17:03 +00:00
"jade": "^1.9.2",
2015-04-10 19:23:52 +00:00
"node-static": "^0.7.6",
"socket.io": "^1.3.5",
"twostep": "0.4.1",
"underscore": "1.8.2"
},
"devDependencies": {
2015-04-10 19:23:52 +00:00
"bower": "^1.4.1",
"expect.js": "0.3.1",
2015-04-10 20:17:03 +00:00
"gulp": "^3.8.11",
2015-04-10 19:23:52 +00:00
"mocha": "1.18.2",
"nodemon": "^1.3.7"
}
}