summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-21 23:43:28 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-21 23:43:28 +0200
commit0fa67552247b2d29a6ca438c2605b8db2bbdbab7 (patch)
tree8109135e2fc141a324e8f21c66243ee4277b3b7c /js/package.json
parentd3a774b2bd79654360a3ef12618102abf85a2ce3 (diff)
es6 all the things
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/js/package.json b/js/package.json
index 6a6cea1ac..f1d7fd509 100644
--- a/js/package.json
+++ b/js/package.json
@@ -28,17 +28,21 @@
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-connect": "^0.7.1",
+ "grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.6.1",
- "grunt-jslint": "^1.1.11",
"grunt-karma": "^0.8.3",
"grunt-ngmin": "0.0.3",
"grunt-phpunit": "^0.3.3",
"grunt-protractor-runner": "^0.2.4",
"grunt-protractor-webdriver": "^0.1.6",
+ "grunt-traceur": "^0.1.2",
"grunt-wrap": "^0.3.0",
"karma": "^0.12.16",
"karma-coverage": "^0.2.1",
+ "karma-firefox-launcher": "^0.1.3",
"karma-jasmine": "^0.1.5",
- "karma-phantomjs-launcher": "^0.1.4"
+ "karma-phantomjs-launcher": "^0.1.4",
+ "karma-traceur-preprocessor": "^0.2.2",
+ "traceur": "0.0.42"
}
}