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",
|
2014-02-27 04:54:27 +04:00
|
|
|
"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",
|
2014-11-18 20:53:43 +03:00
|
|
|
"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": {
|
2014-11-18 20:53:43 +03:00
|
|
|
"url": "https://github.com/mozilla/treeherder-node/issues"
|
2014-02-26 13:35:43 +04:00
|
|
|
},
|
2014-11-18 20:53:43 +03: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",
|
2014-02-27 03:52:21 +04:00
|
|
|
"uuid": "~1.4.1",
|
2014-03-28 08:26:26 +04:00
|
|
|
"github-fixtures": "~0.2.0",
|
2014-02-27 06:27:30 +04:00
|
|
|
"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",
|
2014-05-16 11:16:05 +04:00
|
|
|
"grunt-cli": "~0.1.13"
|
2014-02-26 13:35:43 +04:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2014-05-16 11:16:05 +04:00
|
|
|
"commander": "~2.1.0",
|
2015-01-23 22:45:45 +03:00
|
|
|
"debug": "^2.1.1",
|
2014-08-24 03:53:32 +04:00
|
|
|
"github": "~0.1.14",
|
2015-11-02 19:21:06 +03:00
|
|
|
"hawk": "^3.1.0",
|
2014-02-26 13:35:43 +04:00
|
|
|
"promise": "~4.0.0",
|
|
|
|
"superagent": "~0.16.0",
|
2015-11-02 19:21:06 +03:00
|
|
|
"superagent-promise": "0.0.0",
|
|
|
|
"utf8": "^2.1.1"
|
2014-02-26 13:35:43 +04:00
|
|
|
}
|
|
|
|
}
|