{ "name": "deep-aplus", "version": "1.0.4", "description": "Resolve a whole structure of promises, library agnostic", "repository": { "type": "git", "url": "https://github.com/nknapp/deep-aplus.git" }, "author": { "name": "Nils Knappmeier", "email": "npm@knappi.org", "url": "https://github.com/nknapp" }, "bugs": { "url": "https://github.com/nknapp/deep-aplus/issues" }, "main": "index.js", "license": "MIT", "scripts": { "pretest": "standard --version || npm -g install standard", "test": "mocha && standard", "preformat": "standard --version || npm -g install standard", "format": "standard --format", "thought": "thought run -a", "prethoughtcheck": "thought --version || npm -g install thought", "thoughtcheck": "thought check-engines", "version": "thoughtful changelog -o -a && npm run thought", "preversion": "npm run thoughtcheck" }, "dependencies": { "lodash.isplainobject": "^4.0.6" }, "devDependencies": { "chai": "^3.2.0", "chai-as-promised": "^5.2.0", "mocha": "^2.2.5", "q": "^1.4.1", "thoughtful-release": "^0.3.0", "trace": "^2.0.2" }, "standard": { "ignore": [ "test/fixtures/**" ] }, "keywords": [ "promise", "q", "bluebird", "a+", "deep", "resolve", "recursive" ], "files": [ "index.js" ] }