зеркало из https://github.com/mozilla/gecko-dev.git
26 строки
600 B
JSON
26 строки
600 B
JSON
{
|
|
"name": "taskcluster-lib-urls",
|
|
"version": "11.0.0",
|
|
"author": "Brian Stack <bstack@mozilla.com>",
|
|
"description": "Build urls for taskcluster resources.",
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"lint": "eslint src/*.js test/*.js",
|
|
"pretest": "yarn lint",
|
|
"test": "mocha test/*_test.js"
|
|
},
|
|
"files": [
|
|
"src"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/taskcluster/taskcluster-lib-urls.git"
|
|
},
|
|
"main": "./src/index.js",
|
|
"devDependencies": {
|
|
"eslint-config-taskcluster": "^3.1.0",
|
|
"js-yaml": "^3.11.0",
|
|
"mocha": "^5.1.1"
|
|
}
|
|
}
|