Skip to content

Commit

Permalink
reset to previsou version
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Windal committed Mar 31, 2013
1 parent f543354 commit 43acb87
Showing 1 changed file with 10 additions and 17 deletions.
27 changes: 10 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,18 @@
{
"name": "jscribble",
"version": "0.0.1",
"private": false,
"dependencies": {
"express": "~2.5.8",
"ejs": "~0.7.1",
"socket.io": "~0.9.6",
"socket.io-client": "~0.9.6",
"expresso": "~0.9.2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-watch": "~0.3.1",
"grunt-plato": "~0.1.5",
"grunt-contrib-uglify": "~0.2.0"
"name": "jscribble",
"version": "0.0.1",
"private": false,
"dependencies": {
"express": "~2.5.8",
"ejs": "~0.7.1",
"socket.io": "~0.9.6",
"socket.io-client": "~0.9.6",
"expresso":"~0.9.2"
},
"engines": {
"node": "0.8.x"
},
"scripts": {
"test": "expresso test/*"
}
}
}

0 comments on commit 43acb87

Please sign in to comment.