Skip to content

Commit 2cae074

Browse files
author
Andreas Hjortland
committed
fix(build): Add dev-dependencies so that the project can be built by npm install && jspm install && gulp build
1 parent 0b64dae commit 2cae074

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

package.json

+15-1
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,25 @@
3030
"jquery": "github:components/jquery@^2.1.3"
3131
},
3232
"devDependencies": {
33+
"babel-runtime": "npm:babel-runtime@^5.8.24",
34+
"core-js": "npm:core-js@^1.1.4",
3335
"traceur": "github:jmcriffey/bower-traceur@0.0.87",
3436
"traceur-runtime": "github:jmcriffey/bower-traceur-runtime@0.0.87"
3537
}
3638
},
3739
"devDependencies": {
38-
"gulp-babel": "^5.1.0"
40+
"aurelia-tools": "^0.1.14",
41+
"conventional-changelog": "^0.5.0",
42+
"del": "^2.0.2",
43+
"gulp": "^3.9.0",
44+
"gulp-babel": "^5.1.0",
45+
"gulp-bump": "^1.0.0",
46+
"gulp-jshint": "^1.11.2",
47+
"jshint-stylish": "^2.0.1",
48+
"karma": "^0.13.10",
49+
"require-dir": "^0.3.0",
50+
"run-sequence": "^1.1.4",
51+
"vinyl-paths": "^2.0.0",
52+
"yargs": "^3.26.0"
3953
}
4054
}

0 commit comments

Comments
 (0)