summaryrefslogtreecommitdiffstats
path: root/js/package.json
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-06-05 23:26:20 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-06-05 23:26:20 +0200
commita19aedbec8749c0e944728d4c8d024a50e6d9d0d (patch)
tree7fb0fc0ac596d65ca9a63de4428f410043c2649b /js/package.json
parenta5b1c6370588635ced856468ee3b8756e1390af6 (diff)
updated build tools, testacular is now named karma
Diffstat (limited to 'js/package.json')
-rw-r--r--js/package.json20
1 files changed, 10 insertions, 10 deletions
diff --git a/js/package.json b/js/package.json
index f78278f6e..9c7bf2dda 100644
--- a/js/package.json
+++ b/js/package.json
@@ -16,16 +16,16 @@
"contributors": [],
"dependencies": {},
"devDependencies": {
- "grunt": "~0.4",
- "grunt-cli": "~0.1.6",
- "coffee-script": "~1.6",
- "grunt-contrib-concat": "~0.1",
- "grunt-contrib-watch": "~0.2",
- "grunt-coffeelint": "0.0.6",
- "gruntacular": "~0.3",
- "grunt-wrap": "~0.2",
- "phantomjs": "~1.9",
- "grunt-phpunit": "0.2"
+ "grunt": "*",
+ "grunt-cli": "*",
+ "coffee-script": "*",
+ "grunt-contrib-concat": "*",
+ "grunt-contrib-watch": "*",
+ "grunt-coffeelint": "*",
+ "grunt-karma": "*",
+ "grunt-wrap": "*",
+ "phantomjs": "*",
+ "grunt-phpunit": "*"
},
"engine": "node >= 0.8"
}