babel/package.json
2015-07-30 23:56:34 +01:00

28 lines
624 B
JSON

{
"private": true,
"devDependencies": {
"babel": "5.8.19",
"babel-eslint": "^3.1.19",
"browserify": "^11.0.0",
"chai": "^2.2.0",
"es5-shim": "^4.1.7",
"eslint": "^0.21.2",
"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"
}
}