-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (77 loc) · 1.85 KB
/
package.json
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "rope-home",
"version": "0.0.1",
"description": "@rope/home: rope homepage",
"license": "MIT",
"private": true,
"keywords": [
"rope-home",
"kd",
"kd.js"
],
"author": "Gokmen Goksel <[email protected]>",
"maintainers": [
{
"name": "Gokmen Goksel",
"email": "[email protected]",
"url": "https://github.com/gokmen"
},
{
"name": "Umut Sirin",
"email": "[email protected]",
"url": "https://github.com/usirin"
}
],
"scripts": {
"start": "gulp",
"prebuild": "npm install",
"build": "gulp build"
},
"devDependencies": {
"browserify": "^14.4.0",
"coffeeify": "^2.1.0",
"coffeescript": "^1.12.7",
"connect-history-api-fallback": "^1.3.0",
"ecstatic": "^2.2.1",
"envify": "^4.1.0",
"gulp": "^3.9.0",
"gulp-coffee": "^2.3.1",
"gulp-concat": "^2.6.0",
"gulp-minify-css": "^1.2.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-streamify": "^1.0.2",
"gulp-stylus": "^2.1.0",
"gulp-sym": "1.0.2",
"gulp-uglify": "^3.0.0",
"gulp-util": "^3.0.7",
"nodemon": "^1.12.1",
"rimraf": "^2.4.4",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.6.1"
},
"dependencies": {
"axios": "^0.17.0",
"@rope/node": "0.0.1",
"babel-standalone": "^6.26.0",
"body-parser": "^1.18.2",
"browser-module-sandbox": "^1.4.5",
"chalk": "^2.1.0",
"codemirror": "^5.29.0",
"connect-mongodb-session": "^1.4.0",
"cookie-parser": "^1.4.3",
"dotenv": "^4.0.0",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-session": "^1.15.6",
"hammerjs": "^2.0.8",
"kd.js": "^1.2.4",
"kite.js": "^1.0.12",
"mongoose": "^4.12.2",
"mongoose-findorcreate": "^2.0.0",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-github2": "^0.1.11",
"sixtysix": "0.0.3",
"uuid": "^3.1.0"
}
}