diff --git a/package.json b/package.json index 3efbfba1..29b273b5 100644 --- a/package.json +++ b/package.json @@ -1,60 +1,64 @@ { - "name": "scripted", - "version": "0.5.0", - "description": "A fast and lightweight browser based code editor", - "keywords": [ "javascript", "browser", "code", "editor" ], - "repository": { - "type": "git", - "url": "git://github.com/scripted-editor/scripted.git" - }, - "bugs": { - "url": "http://github.com/scripted-editor/scripted/issues" - }, - "contributors": [ - "Andy Clement ", - "Andrew Eisenberg ", - "Kris De Volder ", - "Alain Kalker ", - "Nieraj Singh ", - "Scott Andrews ", - "Jeremy Grelle ", - "Brian Cavalier ", - "John Hann ", - "Tony Georgiev ", - "Loc Nguyen " - ], - "bin": { - "scr": "./bin/scr", - "scripted": "./bin/scripted" - }, - "scripts": { - "start" : "node server/start-cloudfoundry.js", - "test": "node tests/server/run-all.js", - "postinstall": "cd client && bower install" - }, - "dependencies": { - "amdefine": "0.0.2", - "enhanced-resolve": "0.4.5", - "formidable": "1.0.9", - "htmlparser": "1.7.6", - "json5": "0.1.0", - "node-static": "0.5.9", - "optimist": "0.3.5", - "rest": "0.8.4", - "serv": "https://github.com/aclement/serv/archive/master.tar.gz", - "sockjs": "0.3.1", - "websocket-multiplex": "https://github.com/kdvolder/websocket-multiplex/archive/master.tar.gz", - "when": "https://github.com/cujojs/when/archive/noisy-deferred-then.tar.gz", - "rest": "https://github.com/s2js/rest/archive/dev.tar.gz", - "express": "3.0.6", - "bower": "0.8.5", - "mime": "1.2.9", - "priorityqueuejs": "0.1.0" - }, - "devDependencies": { - "fake-fs": "https://github.com/eldargab/node-fake-fs/archive/50f54e9551d9ece5578213564268021d4976db26.tar.gz", - "nodeunit": "0.7.4" - }, - "license": "EPL", - "readmeFilename": "README.md" + "name": "scripted", + "version": "0.5.0", + "description": "A fast and lightweight browser based code editor", + "keywords": [ + "javascript", + "browser", + "code", + "editor" + ], + "repository": { + "type": "git", + "url": "git://github.com/scripted-editor/scripted.git" + }, + "bugs": { + "url": "http://github.com/scripted-editor/scripted/issues" + }, + "contributors": [ + "Andy Clement ", + "Andrew Eisenberg ", + "Kris De Volder ", + "Alain Kalker ", + "Nieraj Singh ", + "Scott Andrews ", + "Jeremy Grelle ", + "Brian Cavalier ", + "John Hann ", + "Tony Georgiev ", + "Loc Nguyen " + ], + "bin": { + "scr": "./bin/scr", + "scripted": "./bin/scripted" + }, + "scripts": { + "start": "node server/start-cloudfoundry.js", + "test": "node tests/server/run-all.js", + "postinstall": "cd client && bower install" + }, + "dependencies": { + "amdefine": "0.0.2", + "enhanced-resolve": "0.4.5", + "formidable": "1.0.9", + "htmlparser": "1.7.6", + "json5": "0.1.0", + "node-static": "0.5.9", + "optimist": "0.3.5", + "rest": "https://github.com/s2js/rest/archive/dev.tar.gz", + "serv": "https://github.com/aclement/serv/archive/master.tar.gz", + "sockjs": "0.3.1", + "websocket-multiplex": "https://github.com/kdvolder/websocket-multiplex/archive/master.tar.gz", + "when": "~2.8.0", + "express": "3.0.6", + "bower": "0.8.5", + "mime": "1.2.9", + "priorityqueuejs": "0.1.0" + }, + "devDependencies": { + "fake-fs": "https://github.com/eldargab/node-fake-fs/archive/50f54e9551d9ece5578213564268021d4976db26.tar.gz", + "nodeunit": "0.7.4" + }, + "license": "EPL", + "readmeFilename": "README.md" }