You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

18 lines
370 B

{
"private": true,
"name": "test-jasmine-babel",
"scripts": {
"clear": "rm -rf node_modules/",
"test": "gulp test"
},
"devDependencies": {
"babel-core": "^6.3.26",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"gulp": "^3.9.0",
"gulp-jasmine": "^2.2.1",
"jasmine": "^2.4.1"
},
"dependencies": {
}
}