treeherder-node-deprecated/package.json

53 строки
1.2 KiB
JSON
Исходник Постоянная ссылка Обычный вид История

2014-02-26 13:35:43 +04:00
{
"name": "mozilla-treeherder",
2016-02-15 23:28:56 +03:00
"version": "0.7.0",
2014-02-26 13:35:43 +04:00
"description": "Treeherder client for mozilla's test reporting UI",
2014-02-26 13:40:04 +04:00
"main": "project.js",
"bin": {
"treeherder": "./bin/treeherder"
},
2014-02-26 13:35:43 +04:00
"scripts": {
2014-08-24 03:53:32 +04:00
"test": "mocha *_test.js factory/*_test.js",
"doc": "grunt jsdoc"
2014-02-26 13:35:43 +04:00
},
"repository": {
"type": "git",
"url": "git://github.com/mozilla/treeherder-node.git"
2014-02-26 13:35:43 +04:00
},
"keywords": [
"mozilla",
"treeherder",
"test",
"ui",
"reporting"
],
2015-08-05 19:23:18 +03:00
"author": "Greg Arndt [:gregarndt]",
2014-02-26 13:35:43 +04:00
"license": "MIT",
"bugs": {
"url": "https://github.com/mozilla/treeherder-node/issues"
2014-02-26 13:35:43 +04:00
},
"homepage": "https://github.com/mozilla/treeherder-node",
2014-02-26 13:35:43 +04:00
"devDependencies": {
2014-08-24 03:53:32 +04:00
"mocha": "~1.18.1",
2014-02-26 13:35:43 +04:00
"nock": "~0.27.2",
"uuid": "~1.4.1",
"github-fixtures": "~0.2.0",
"jsdoc": "~3.3.0-alpha4",
"ink-docstrap": "~0.3.0-0",
"grunt": "~0.4.2",
"grunt-jsdoc": "~0.5.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-cli": "~0.1.13"
2014-02-26 13:35:43 +04:00
},
"dependencies": {
"commander": "~2.1.0",
"debug": "^2.1.1",
2014-08-24 03:53:32 +04:00
"github": "~0.1.14",
"hawk": "^3.1.0",
2014-02-26 13:35:43 +04:00
"promise": "~4.0.0",
"superagent": "~0.16.0",
"superagent-promise": "0.0.0",
"utf8": "^2.1.1"
2014-02-26 13:35:43 +04:00
}
}