{ "name": "tent", "version": "1.0.16", "main": "./lib/index.js", "bin": "./lib/bin.js", "devDependencies": { "babel-cli": "^6.7.7", "babel-core": "^6.7.7", "babel-plugin-syntax-async-functions": "^6.5.0", "babel-plugin-transform-regenerator": "^6.6.5", "babel-plugin-transform-runtime": "^6.7.5", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-2": "^6.5.0", "mocha": "^2.4.5" }, "scripts": { "build": "babel ./src --out-dir ./lib", "test": "mocha --compilers js:babel-core/register --recursive" }, "keywords": [ "transform-regenerator", "syntax-async-functions" ], "author": "", "license": "ISC", "esnext": "./src/index", "babel": { "plugins": [ "transform-runtime", "transform-regenerator", "syntax-async-functions" ], "presets": [ "es2015", "react", "stage-2" ] }, "dependencies": { "babel-runtime": "^6.6.1", "bluebird": "^3.3.5", "deep-assign": "^2.0.0", "fs-extra": "^0.28.0", "lodash": "^4.11.1", "os-tmpdir": "^1.0.1", "spawn-npm-install": "^1.2.0", "yargs": "^4.6.0" } }