Skip to content
This repository was archived by the owner on Feb 24, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
120 changes: 62 additions & 58 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"Andrew Eisenberg <[email protected]>",
"Kris De Volder <[email protected]>",
"Alain Kalker <[email protected]>",
"Nieraj Singh <[email protected]>",
"Scott Andrews <[email protected]>",
"Jeremy Grelle <[email protected]>",
"Brian Cavalier <[email protected]>",
"John Hann <[email protected]>",
"Tony Georgiev <[email protected]>",
"Loc Nguyen <[email protected]>"
],
"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 <[email protected]>",
"Andrew Eisenberg <[email protected]>",
"Kris De Volder <[email protected]>",
"Alain Kalker <[email protected]>",
"Nieraj Singh <[email protected]>",
"Scott Andrews <[email protected]>",
"Jeremy Grelle <[email protected]>",
"Brian Cavalier <[email protected]>",
"John Hann <[email protected]>",
"Tony Georgiev <[email protected]>",
"Loc Nguyen <[email protected]>"
],
"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"
}