babel/package.json
Sebastian McKenzie 6f4f3b784a update babel
2015-08-17 14:34:39 -07:00

28 lines
622 B
JSON

{
"private": true,
"devDependencies": {
"babel": "5.8.21",
"babel-eslint": "^4.0.6",
"browserify": "^11.0.0",
"chai": "^2.2.0",
"es5-shim": "^4.1.7",
"eslint": "^1.1.0",
"fs-readdir-recursive": "^0.1.2",
"istanbul": "^0.3.5",
"lodash": "^3.10.0",
"matcha": "^0.6.0",
"mocha": "2.2.0",
"mocha-fixtures": "^1.0.5",
"output-file-sync": "^1.1.1",
"path-exists": "^1.0.0",
"readline-sync": "^1.2.19",
"rimraf": "^2.4.1",
"semver": "^5.0.0",
"shelljs": "^0.5.1",
"uglify-js": "^2.4.16"
},
"dependencies": {
"mocha-fixtures": "^1.0.9"
}
}