-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.48 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "fresh",
"version": "0.0.1",
"description": "cloud development platform",
"dependencies": {
"archiver": "~0.6.1",
"async": "~0.2.10",
"multiparty": "~3.2.3",
"requirejs": "~2.1.11",
"rimraf": "~2.2.6",
"unzip": "~0.1.9",
"socket.io": "~1.0.6",
"underscore": "~1.6.0",
"aws-sdk": "^2.0.0-rc13",
"bower": "1.3.1",
"exec": "~0.1.0",
"forever": "~0.10.11",
"mkdirp": "~0.3.5",
"passport-github": "~0.1.5",
"passport": "~0.2.0",
"request": "~2.33.0",
"unirest": "~0.2.7",
"fs.extra": "~1.2.1",
"newrelic": "~1.7.0",
"express": "~3.4.8",
"http-proxy": "~1.1.4",
"scriptjs": "~2.5.3"
},
"devDependencies": {
"should": "~3.1.2",
"supertest": "~0.9.0",
"mocha": "~1.17.1",
"karma": "~0.10.9",
"karma-chrome-launcher": "~0.1.2",
"karma-coffee-preprocessor": "~0.1.3",
"karma-firefox-launcher": "~0.1.3",
"karma-html2js-preprocessor": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.2",
"karma-requirejs": "~0.2.1",
"karma-jasmine": "~0.1.5",
"karma-script-launcher": "~0.1.0",
"karma-mocha": "~0.1.1",
"cors": ""
},
"scripts": {
"start": "node server.js",
"postinstall": "bower install"
},
"main": "demoserver.js",
"repository": {
"type": "git",
"url": "https://verchol@bitbucket.org/verchol/codefresh.git"
},
"keywords": [
"code",
"webide",
"cloud",
"javascript",
"amazon"
],
"author": "oleg verhovsky"
}