67 lines
1.4 KiB
JSON
67 lines
1.4 KiB
JSON
{
|
|
"private": true,
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"async": "^1.5.0",
|
|
"babel": "5.8.21",
|
|
"babel-plugin-flow-comments": "^1.0.9",
|
|
"browserify": "^11.2.0",
|
|
"bundle-collapser": "^1.2.1",
|
|
"chai": "^2.2.0",
|
|
"chalk": "1.1.1",
|
|
"codecov.io": "^0.1.6",
|
|
"derequire": "^2.0.2",
|
|
"es5-shim": "^4.1.7",
|
|
"klint": "^1.0.0",
|
|
"flow-bin": "^0.21.0",
|
|
"fs-readdir-recursive": "^0.1.2",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^5.3.0",
|
|
"gulp-newer": "^1.0.0",
|
|
"gulp-plumber": "^1.0.1",
|
|
"gulp-util": "^3.0.7",
|
|
"gulp-watch": "^4.3.5",
|
|
"istanbul": "^0.3.5",
|
|
"lerna": "^1.0.0",
|
|
"lodash": "^3.10.0",
|
|
"matcha": "^0.6.0",
|
|
"mkdirp": "^0.5.1",
|
|
"mocha": "2.2.0",
|
|
"output-file-sync": "^1.1.1",
|
|
"pad": "^1.0.0",
|
|
"path-exists": "^1.0.0",
|
|
"progress": "^1.1.8",
|
|
"readline-sync": "^1.2.19",
|
|
"rimraf": "^2.4.3",
|
|
"semver": "^5.0.0",
|
|
"shelljs": "^0.5.1",
|
|
"through2": "^2.0.0",
|
|
"uglify-js": "^2.4.16"
|
|
},
|
|
"babel": {
|
|
"ignore": [
|
|
"packages/babel-cli/src/babel-plugin/templates"
|
|
],
|
|
"stage": 0,
|
|
"loose": [
|
|
"all"
|
|
],
|
|
"plugins": [
|
|
"flow-comments"
|
|
],
|
|
"blacklist": [
|
|
"flow",
|
|
"es6.tailCall"
|
|
],
|
|
"optional": [
|
|
"optimisation.flow.forOf",
|
|
"runtime"
|
|
],
|
|
"env": {
|
|
"test": {
|
|
"auxiliaryCommentBefore": "istanbul ignore next"
|
|
}
|
|
}
|
|
}
|
|
}
|