Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Stereobit committed Mar 17, 2014
1 parent 664ec18 commit 6668311
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions package.json
Expand Up @@ -15,6 +15,10 @@
"url": "https://github.com/stereobit/dragend/blob/master/MIT-LICENSE.txt"
}
],
"engines": {
"node": "0.10.x",
"npm": "1.2.x"
},
"author": "Tobias Otte <t@stereob.it>",
"repository": {
"type": "git",
Expand All @@ -31,11 +35,13 @@
"hammerjs": "~1.0.5"
},
"devDependencies": {
"expect.js": "~0.2.0",
"grunt": "~0.4.4",
"expect.js": "~0.3.1",
"grunt": "~0.4.1",
"hammerjs": "~1.0.5",
"mocha": "~1.12.1",
"intern": "1.1.0"
"js-beautify": "~1.4.2",
"mocha": "~1.17.1",
"istanbul": "~0.2.4"
},
"scripts": {
"test": "mocha"
Expand Down

0 comments on commit 6668311

Please sign in to comment.