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": {
|
2015-04-12 21:41:13 +00:00
|
|
|
"test": "mocha --bail --reporter=spec test/index",
|
2015-05-08 19:50:14 +00:00
|
|
|
"dev": "gulp"
|
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-12 21:41:13 +00:00
|
|
|
"data.io": "0.3.0",
|
|
|
|
"jade": "1.9.2",
|
2015-05-18 20:27:02 +00:00
|
|
|
"js-yaml": "3.3.1",
|
2015-05-17 10:26:28 +00:00
|
|
|
"nlevel": "1.0.2",
|
2015-04-12 21:41:13 +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-12 21:41:13 +00:00
|
|
|
"bower": "1.4.1",
|
2014-05-09 23:27:35 +00:00
|
|
|
"expect.js": "0.3.1",
|
2015-04-12 21:41:13 +00:00
|
|
|
"gulp": "3.8.11",
|
2015-05-07 20:53:46 +00:00
|
|
|
"gulp-less": "3.0.3",
|
|
|
|
"gulp-nodemon": "2.0.3",
|
2015-05-04 20:32:47 +00:00
|
|
|
"gulp-react-jade-amd": "git://github.com/vladimir-polyakov/gulp-react-jade-amd",
|
2015-05-09 19:53:19 +00:00
|
|
|
"memdown": "1.0.0",
|
2015-05-09 20:19:25 +00:00
|
|
|
"main-bower-files": "2.7.0",
|
2015-05-07 20:53:46 +00:00
|
|
|
"mocha": "1.18.2",
|
2015-04-12 21:41:13 +00:00
|
|
|
"nodemon": "1.3.7"
|
2014-05-09 23:27:35 +00:00
|
|
|
}
|
|
|
|
}
|