summaryrefslogtreecommitdiffstats
path: root/third_party/python/taskcluster-urls/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/python/taskcluster-urls/package.json')
-rw-r--r--third_party/python/taskcluster-urls/package.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/third_party/python/taskcluster-urls/package.json b/third_party/python/taskcluster-urls/package.json
new file mode 100644
index 0000000000..66829aac4b
--- /dev/null
+++ b/third_party/python/taskcluster-urls/package.json
@@ -0,0 +1,25 @@
+{
+ "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"
+ }
+}