-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
68 lines (68 loc) · 1.99 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
{
"name": "Gocodewith.me",
"version": "0.0.3",
"description": "This is collaborative online code editor with supporting 60 programming languages, variety of themes and fonts.",
"main": "server.js",
"scripts": {
"postinstall": "./node_modules/.bin/bower install && ./node_modules/.bin/gulp build",
"start": "./node_modules/supervisor/lib/cli-wrapper.js -i public -n exit --debug server.js",
"gulp": "./node_modules/.bin/gulp",
"app": "node ./server.js"
},
"engines": {
"node": "0.10.31"
},
"repository": {
"type": "git",
"url": "https://github.com/evgenTraytyak/gocodewith.me"
},
"author": "evgenTraytyak && School development interfaces Yandex (Team 1)",
"license": "ISC",
"bugs": {
"url": "https://github.com/evgenTraytyak/gocodewith.me/issues"
},
"homepage": "https://github.com/evgenTraytyak/gocodewith.me",
"dependencies": {
"bcrypt": "^0.8.0",
"body-parser": "^1.9.2",
"bower": "^1.3.12",
"colors": "^1.0.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.3",
"express": "^4.10.2",
"express-session": "^1.9.1",
"gulp": "^3.8.8",
"gulp-autoprefixer": "^1.0.1",
"gulp-concat": "^2.4.1",
"gulp-load-plugins": "^0.7.1",
"gulp-minify-css": "^0.3.11",
"gulp-sass": "^1.1.0",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.1.0",
"jade": "^1.7.0",
"livedb": "^0.4.8",
"livedb-mongo": "^0.4.1",
"lodash-node": "^2.4.1",
"mongoose": "3.8.19",
"morgan": "^1.5.0",
"npmlog": "^0.1.1",
"ot": "0.0.14",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"passport-local": "^1.0.0",
"run-sequence": "^1.0.1",
"serve-favicon": "^2.1.7",
"share": "^0.7.3",
"ws": "0.4.32"
},
"devDependencies": {
"karma": "~0.12.0",
"karma-chrome-launcher": "~0.1",
"karma-coverage": "~0.1",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.2.0",
"karma-jasmine-jquery": "~0.1.1",
"node-deploy-client": "^0.2.1",
"supervisor": "^0.6.0"
}
}