-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.26 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
{
"author": "VT-CHCI",
"name": "thoughtswap",
"homepage": "http://thoughtswap.cs.vt.edu/",
"version": "1.0.1",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/VT-CHCI/Thought-Swap.git"
},
"dependencies": {
"angular": "~1.4.0",
"angular-auto-focus": "~1.0.0",
"angular-cookies": "~1.4.0",
"angular-drag-and-drop-lists": "~2.1.0",
"angular-route": "~1.4.0",
"angular-socket-io": "~0.7.0",
"angular-toastr": "~2.1.0",
"angular-ui-bootstrap": "~2.5.0",
"bcrypt-nodejs": "0.0.3",
"bipartite-matching": "~1.0.0",
"bluebird": "^2.9.32",
"body-parser": "^1.18.3",
"bootstrap": "^3.3.5",
"express": "^4.16.3",
"font-awesome": "^4.7.0",
"jquery": "~3.0.0",
"mysql2": "^1.6.1",
"passport": "~0.3.0",
"passport-local": "~1.0.0",
"sequelize": "^4.39.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.1.1",
"textangular": "~1.5.0"
},
"devDependencies": {
"angular-mocks": "~1.6.0",
"jasmine": "~2.5.1",
"jasmine-core": "~2.5.0",
"karma": "^3.0.0",
"karma-chrome-launcher": "~2.0.0",
"karma-jasmine": "~1.1.0",
"less": "^3.8.1"
},
"engines": {
"node": ">=6.9.4"
},
"scripts": {
"start": "node server/server.js"
}
}