mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
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
16 lines
328 B
JSON
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"
|
|
}
|
|
}
|