DefinitelyTyped/package.json
Bart van der Schoor ca2fa0719b converted tester to promises & lazy iteration
added bluebird & lazy.js dependencies
checking-in used definitions
added tsd.json

parallelized async with bluebird
most iteration uses lazy.js

re-factored test flow to promise structure (instead of chain)
renamed some stuff
linted some quotes

cleaned up output
added some color
2014-02-28 20:32:41 +01:00

16 lines
328 B
JSON

{
"private": true,
"name": "DefinitelyTyped",
"version": "0.0.0",
"scripts": {
"test": "node ./_infrastructure/tests/runner.js --tsc-version 0.9.7"
},
"dependencies": {
"git-wrapper": "~0.1.1",
"glob": "~3.2.9",
"source-map-support": "~0.2.5",
"bluebird": "~1.0.7",
"lazy.js": "~0.3.2"
}
}