forked from krmorehead/WeTube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
57 lines (57 loc) · 1.59 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
{
"name": "abstracted-chalupas",
"version": "1.0.0",
"description": "Abastracted-chalupas app.",
"main": "server.js",
"scripts": {
"postinstall": "bower install --allow-root",
"installMainDb": "mysql -u root -p < server/db/schema/mainSchema.sql",
"updateDb": "mysql -u root -p < server/db/schema/updateSchema.sql"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AbstractedChalupas/AbstractedChalupas.git"
},
"author": "",
"license": "MIT",
"devDependencies": {
"browser-sync": "^1.5.7",
"chai": "^3.4.1",
"clone-stats": "0.0.1",
"gulp": "^3.8.5",
"gulp-nodemon": "^1.0.4",
"gulp-shell": "^0.2.7",
"karma": "^0.13.15",
"karma-chai": "^0.1.0",
"karma-mocha": "^0.2.1",
"karma-nyan-reporter": "0.0.43",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.4",
"karma-unicorn-reporter": "^0.1.4",
"mocha": "^2.3.4",
"pre-commit": "^1.1.1",
"sinon": "^1.17.2"
},
"bugs": {
"url": "https://github.com/AbstractedChalupas/AbstractedChalupas/issues"
},
"homepage": "https://github.com/AbstractedChalupas/AbstractedChalupas#readme",
"dependencies": {
"bcrypt": "^0.8.5",
"bluebird": "^3.1.1",
"body-parser": "^1.14.2",
"cors": "^2.7.1",
"express": "^4.13.3",
"express-session": "^1.12.1",
"jsonwebtoken": "^7.0.0",
"mongoose": "^4.3.4",
"mysql": "^2.10.2",
"node": "0.0.0",
"nodemon": "^1.8.1",
"passport": "^0.3.2",
"passport-google-oauth2": "^0.1.6",
"socket.io": "^1.4.0",
"underscore": "^1.8.3",
"youtube-node": "^1.3.0"
}
}