DefinitelyTyped/package.json
2014-07-01 21:44:43 +02:00

36 lines
1.0 KiB
JSON

{
"private": true,
"name": "DefinitelyTyped",
"version": "0.0.1",
"homepage": "https://github.com/borisyankov/DefinitelyTyped",
"repository": {
"type": "git",
"url": "https://github.com/borisyankov/DefinitelyTyped.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/borisyankov/DefinitelyTyped/blob/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/borisyankov/DefinitelyTyped/issues"
},
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "node ./_infrastructure/runner.js --test-changes",
"changes": "node ./_infrastructure/runner.js --test-changes",
"lint": "node ./_infrastructure/runner.js --lint-changes",
"all": "node ./_infrastructure/runner.js",
"dry": "node ./_infrastructure/runner.js --skip-tests --test-changes",
"list": "node ./_infrastructure/runner.js --skip-tests --print-files --print-refmap",
"help": "node ./_infrastructure/runner.js -h"
},
"dependencies": {
"definition-tester": "~0.0.4"
},
"devDependencies": {}
}