UNPKG

babel-it

Version:

Babelify your code before `npm publish`.

77 lines 1.59 kB
{ "name": "babel-it", "description": "Babelify your code before `npm publish`.", "keywords": [ "babel", "it", "a", "cli", "tool", "to", "babelify", "your", "code", "before", "npm", "publish" ], "bin": { "babel-it": "./bin/babel-it.js" }, "license": "MIT", "version": "1.1.12", "main": "lib/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)", "files": [ "bin/", "app/", "lib/", "dist/", "src/", "scripts/", "resources/", "menu/", "cli.js", "index.js", "index.d.ts", "package-lock.json", "bloggify.js", "bloggify.json", "bloggify/" ], "repository": { "type": "git", "url": "git+ssh://git@github.com/IonicaBizau/babel-it.git" }, "bugs": { "url": "https://github.com/IonicaBizau/babel-it/issues" }, "homepage": "https://github.com/IonicaBizau/babel-it#readme", "dependencies": { "babel-core": "^6.9.0", "babel-preset-es2015": "^6.9.0", "babel-plugin-transform-runtime": "^6.23.0", "bindy": "^1.0.2", "bug-killer": "^4.2.2", "git-status": "^1.0.3", "glob": "^7.0.3", "oargv": "^3.4.2", "one-by-one": "^3.2.0", "same-time": "^2.3.1", "spawn-npm": "^1.2.0", "spawno": "^2.0.2", "tilda": "^4.3.0", "typpy": "^2.3.2", "w-json": "^1.3.2" }, "blah": { "h_img": "http://i.imgur.com/DNBxR1S.png", "related": [ "ship-release", "dist-it" ] } }