forked from Ambiguous-Cicada/Ambiguous-Cicada
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 1.77 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": "rapport",
"version": "1.0.0",
"description": "establishing rapports",
"main": "server/server.js",
"scripts": {
"start": "nodemon --watch server/ server/server.js",
"test": "grunt test"
},
"homepage": "https://github.com/colossal-koalas/Ambiguous-Cicada",
"engines": {
"node": "4.1.2"
},
"repository": {
"type": "git",
"url": "https://github.com/Ambiguous-Cicada/Ambiguous-Cicada.git"
},
"author": "ambiguous-cicada",
"license": "ISC",
"bugs": {
"url": "https://github.com/Ambiguous-Cicada/Ambiguous-Cicada/issues"
},
"dependencies": {
"angular": "~1.4.6",
"angular-ui-router": "^0.2.15",
"angularjs-scroll-glue": "^2.0.4",
"bcrypt-nodejs": "^0.0.3",
"body-parser": "^1.14.0",
"connect-mongo": "~0.8.2",
"cors": "^2.7.1",
"express": "^4.13.3",
"express-session": "^1.11.3",
"express-socket.io-session": "^1.3.1",
"gulp": "^3.9.0",
"gulp-cached": "^1.1.0",
"gulp-concat": "^2.6.0",
"gulp-remember": "^0.3.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-uglify": "^1.4.1",
"istanbul": "^0.3.21",
"mongo": "^0.1.0",
"mongoose": "^4.1.8",
"morgan": "^1.6.1",
"passport": "^0.3.0",
"passport-google-oauth": "^0.2.0",
"socket.io": "^1.3.7",
"socket.io-client": "~1.3.7",
"spin": "0.0.1",
"underscore": "^1.8.3"
},
"devDependencies": {
"angular-mocks": "~1.4.6",
"chai": "^1.9.1",
"gulp-watch": "^4.3.5",
"karma": "^0.12.17",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.2.0",
"karma-mocha": "^0.1.4",
"karma-phantomjs-launcher": "^0.1.4",
"karma-requirejs": "^0.2.2",
"karma-sinon": "^1.0.4",
"mocha": "^1.20.1",
"requirejs": "^2.1.20",
"sinon": "^1.17.1",
"supertest": "^1.1.0"
}
}