forked from Aberrant-Marble/Aberrant-Marble
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
51 lines (51 loc) · 1.35 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
{
"name": "Aberrant-Marble",
"version": "0.0.1",
"main": "server.js",
"description": "Language learning whenever you want!",
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Aberrant-Marble/Aberrant-Marble"
},
"author": "Eric Schmidt, Yondy Kang, Robert Ing",
"license": "ISC",
"bugs": {
"url": "https://github.com/Aberrant-Marble/Aberrant-Marble/issues"
},
"homepage": "https://github.com/Aberrant-Marble/Aberrant-Marble",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^2.9.6",
"body-parser": "^1.10.2",
"cookie-parser": "^1.3.3",
"express": "^4.11.1",
"express-session": "^1.10.2",
"mysql": "^2.5.4",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"sequelize": "^2.0.0-rc8",
"sequelize-cli": "^1.0.6",
"socket.io": "~1.3.3",
"node-uuid": "~1.4.2"
},
"devDependencies": {
"browser-sync": "^2.0.0-rc4",
"event-stream": "^3.2.2",
"gulp": "^3.8.10",
"gulp-concat": "^2.4.3",
"gulp-inject": "^1.1.1",
"gulp-jshint": "^1.9.2",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.1.0",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"gulp-watch": "^4.1.0",
"sqlite3": "^3.0.4",
"stream-series": "^0.1.1"
}
}