js-babel-dev
Version:
Consolidated babel dev-dependencies.
40 lines (39 loc) • 1.05 kB
JSON
{
"name": "js-babel-dev",
"version": "6.0.7",
"description": "Consolidated babel dev-dependencies.",
"scripts": {
"test": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register",
"tdd": "./node_modules/mocha/bin/mocha --recursive --compilers js:babel-register --watch",
"prepublish": "npm test"
},
"dependencies": {
"babel-cli": "6.10.1",
"babel-eslint": "6.0.4",
"eslint": "2.13.0",
"eslint-config-airbnb": "9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "5.2.2"
},
"devDependencies": {
"chai": "3.5.0",
"js-babel": "6.0.6",
"mocha": "2.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/philcockfield/babel"
},
"keywords": [
"babel",
"npm"
],
"author": {
"name": "Phil Cockfield",
"email": "phil@cockfield.net",
"url": "https://github.com/philcockfield"
},
"homepage": "https://github.com/philcockfield/babel/js-babel-dev",
"license": "MIT"
}