{ "name": "promise-ripple", "version": "1.0.1", "description": "", "main": "./lib/index.js", "esnext": "./src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "babel ./src --out-dir ./lib" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "bluebird": "^3.3.4", "debug": "^2.2.0", "json-stringify-safe": "^5.0.1", "lodash": "^4.8.2" }, "devDependencies": { "babel-cli": "^6.6.5", "babel-preset-es2015": "^6.6.0" }, "babel": { "presets": [ "es2015" ] } }