nci/package.json

57 lines
1.3 KiB
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": {
2015-04-12 21:41:13 +00:00
"test": "mocha --bail --reporter=spec test/index",
2015-06-14 19:58:33 +00:00
"dev": "gulp",
"sync": "npm install && npm prune && bower install && bower prune"
},
"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-06-14 13:40:20 +00:00
"chokidar": "1.0.3",
2015-07-05 18:03:58 +00:00
"colors": "1.1.2",
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",
2015-07-05 11:47:43 +00:00
"nodemailer": "1.4.0",
2015-04-12 21:41:13 +00:00
"socket.io": "1.3.5",
"twostep": "0.4.1",
"underscore": "1.8.2"
},
"devDependencies": {
2015-04-12 21:41:13 +00:00
"bower": "1.4.1",
"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 20:19:25 +00:00
"main-bower-files": "2.7.0",
"memdown": "1.0.0",
2015-05-07 20:53:46 +00:00
"mocha": "1.18.2",
"nodemon": "1.3.7",
"sinon": "1.14.1"
}
}