UNPKG

haste-resolver

Version:
31 lines (30 loc) 670 B
{ "name": "haste-resolver", "version": "0.2.2", "description": "Haste Resolver", "repository": { "type": "git", "url": "git@github.com:yuanyan/haste-resolver.git" }, "keywords": [ "haste", "haste-resolver" ], "scripts": { "prepublish": "babel ./src --out-dir ./lib --stage=1", "test": "npm run prepublish && node test/test.js" }, "dependencies": { "absolute-path": "0.0.0", "chalk": "~1.1.1", "debug": "~2.2.0", "denodeify": "~1.2.1", "graceful-fs": "~4.1.3", "json-stable-stringify": "~1.0.1", "throat": "~2.0.2", "underscore": "~1.8.3" }, "devDependencies": { "babel": "5.8.19" } }