2014-05-09 23:27:35 +00:00
|
|
|
{
|
|
|
|
"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"
|
2014-05-09 23:27:35 +00:00
|
|
|
},
|
|
|
|
"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",
|
2015-03-23 21:16:00 +00:00
|
|
|
"twostep": "0.4.1",
|
|
|
|
"underscore": "1.8.2"
|
2014-05-09 23:27:35 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-04-10 19:23:52 +00:00
|
|
|
"bower": "^1.4.1",
|
2014-05-09 23:27:35 +00:00
|
|
|
"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"
|
2014-05-09 23:27:35 +00:00
|
|
|
}
|
|
|
|
}
|