-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 1.75 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
{
"name": "hoothoot",
"version": "1.0.0",
"description": "the messaging client to connect all messaging clients",
"author": "Forrest, Chris, Nahee, Jeff",
"license": "ISC",
"scripts": {
"start": "nodemon server/server.js && npm run bundle",
"test": "echo \"Error: no test specified\" && exit 1",
"bundle": "webpack"
},
"devDependencies": {
"angular": "^1.5.8",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"jsdom": "^8.1.0",
"lodash": "^4.14.2",
"mocha": "^2.4.5",
"ng-dialog": "^0.6.2",
"nonce": "^1.0.4",
"oauth-signature": "^1.3.1",
"request": "^2.74.0",
"webpack": "^1.13.1"
},
"dependencies": {
"angular": "^1.5.8",
"angular-route": "^1.5.8",
"angular-storage": "0.0.15",
"angular-ui-bootstrap": "^2.0.2",
"angularjs-scroll-glue": "^2.0.7",
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"chai": "^3.5.0",
"chai-jquery": "^2.0.0",
"cors": "^2.7.1",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"express-passport-logout": "^0.1.0",
"formidable": "^1.0.17",
"jquery": "^2.2.1",
"jsonwebtoken": "^7.1.7",
"material-ui": "^0.15.3",
"mocha": "^2.4.5",
"morgan": "^1.7.0",
"mysql": "^2.11.1",
"nodemon": "^1.10.0",
"passport": "^0.3.2",
"path": "^0.12.7",
"request": "^2.74.0",
"sass-loader": "^4.0.0",
"sequelize": "^3.23.6",
"socket.io": "^1.4.8",
"webpack": "^1.13.1",
"yelp": "^1.0.1"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/naheeyahh/HootHoot.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/naheeyahh/HootHoot/issues"
},
"homepage": "https://github.com/naheeyahh/HootHoot#readme"
}