{ "name": "rungen", "version": "0.3.2", "description": "A generator runtime creator", "main": "dist/index.js", "devDependencies": { "babel": "^6.3.26", "babel-cli": "^6.4.5", "babel-eslint": "^5.0.0-beta8", "babel-polyfill": "^6.3.14", "babel-preset-es2015": "^6.3.13", "babel-register": "^6.4.3", "conventional-changelog": "^0.5.3", "eslint": "^1.10.3", "expect": "^1.13.4", "mocha": "^2.4.5", "rimraf": "^2.5.1" }, "scripts": { "lint": "eslint src", "compile": "rimraf lib && babel -d dist/ src/", "prepublish": "npm run test && npm run compile", "unit": "mocha --compilers js:babel-register --recursive test", "test": "npm run lint && npm run unit", "changelog": "conventional-changelog -i CHANGELOG.md -w -r 0 -p angular" }, "repository": { "type": "git", "url": "git+https://github.com/youknowriad/rungen.git" }, "author": "Riad Benguella ", "license": "MIT", "bugs": { "url": "https://github.com/youknowriad/rungen/issues" }, "homepage": "https://github.com/youknowriad/rungen#readme" }