Created
January 24, 2015 04:06
-
-
Save lightsofapollo/7b72b1fb970db3d71861 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "taskcluster-npm-cache", | |
"version": "1.0.0", | |
"description": "Utilities to cache package.json + npm payloads via taskcluster.", | |
"main": "index.js", | |
"scripts": { | |
"test": "mocha --recursive", | |
"prepublish": "6to5 -s -e src --out-dir build" | |
}, | |
"bin": { | |
"taskcluster-npm-cache": "./build/bin/taskcluster-npm-cache.js" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/taskcluster/npm-cache.git" | |
}, | |
"keywords": [ | |
"npm", | |
"taskcluster" | |
], | |
"author": "James Lal [:lightsofapollo]", | |
"license": "MIT", | |
"bugs": { | |
"url": "https://github.com/taskcluster/npm-cache/issues" | |
}, | |
"homepage": "https://github.com/taskcluster/npm-cache", | |
"dependencies": { | |
"6to5": "^2.13.5", | |
"argparse": "^0.1.16", | |
"bluebird": "^2.3.11", | |
"debug": "^2.1.0", | |
"delete": "^0.1.5", | |
"denodeify": "^1.2.0", | |
"download": "^3.3.0", | |
"download-status": "^2.1.1", | |
"event-to-promise": "^0.3.2", | |
"mz": "^1.2.0", | |
"promise": "^6.0.1", | |
"promised-temp": "^0.1.0", | |
"slugid": "^1.0.3", | |
"superagent": "^0.21.0", | |
"superagent-promise": "^0.2.0", | |
"taskcluster-client": "^0.18.0" | |
}, | |
"devDependencies": { | |
"mocha": "^2.0.1", | |
"node-static": "^0.7.6", | |
"uuid": "^2.0.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment