62 lines
1.5 KiB
JSON
62 lines
1.5 KiB
JSON
{
|
|
"name": "babel",
|
|
"private": true,
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"test": "make test",
|
|
"build": "make build",
|
|
"lint": "make lint",
|
|
"fix": "make fix"
|
|
},
|
|
"devDependencies": {
|
|
"async": "^1.5.0",
|
|
"babel-cli": "7.0.0-alpha.12",
|
|
"babel-core": "7.0.0-alpha.12",
|
|
"babel-eslint": "^7.0.0",
|
|
"babel-plugin-istanbul": "^2.0.1",
|
|
"babel-preset-env": "2.0.0-alpha.12",
|
|
"babel-preset-flow": "7.0.0-alpha.12",
|
|
"babel-preset-stage-0": "7.0.0-alpha.12",
|
|
"babel-register": "7.0.0-alpha.12",
|
|
"browserify": "^13.1.1",
|
|
"bundle-collapser": "^1.2.1",
|
|
"chai": "^3.5.0",
|
|
"chalk": "1.1.1",
|
|
"codecov": "^1.0.1",
|
|
"derequire": "^2.0.2",
|
|
"eslint": "^3.9.0",
|
|
"eslint-config-babel": "^6.0.0",
|
|
"eslint-plugin-flowtype": "^2.20.0",
|
|
"flow-bin": "^0.41.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "babel/gulp-babel#b7-alpha",
|
|
"gulp-newer": "^1.0.0",
|
|
"gulp-plumber": "^1.0.1",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-watch": "^4.3.5",
|
|
"lerna": "2.0.0-rc.4",
|
|
"lerna-changelog": "^0.2.0",
|
|
"lodash": "^4.2.0",
|
|
"mocha": "^3.0.0",
|
|
"nyc": "^10.0.0",
|
|
"output-file-sync": "^1.1.1",
|
|
"rimraf": "^2.4.3",
|
|
"semver": "^5.0.0",
|
|
"through2": "^2.0.0",
|
|
"uglify-js": "^2.4.16"
|
|
},
|
|
"devEngines": {
|
|
"node": ">= 4.x <= 7.x",
|
|
"npm": "2.x || 3.x || 4.x"
|
|
},
|
|
"nyc": {
|
|
"all": true,
|
|
"exclude": [
|
|
"scripts/*.js",
|
|
"packages/*/test/**"
|
|
],
|
|
"sourceMap": false,
|
|
"instrument": false
|
|
}
|
|
}
|