forked from blackboard/BBDN-SignUp-List
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 980 Bytes
/
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
{
"name": "signuplist",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www ",
"postinstall": "bower install"
},
"dependencies": {
"angular-bootstrap-datetimepicker": "^1.1.3",
"angular-sanitize": "^1.5.5",
"angular-ui-bootstrap": "^2.5.0",
"body-parser": "~1.16.0",
"bower": "^1.8.0",
"cookie-parser": "~1.4.3",
"cookie-session": "^2.0.0-beta.1",
"debug": "~2.6.0",
"express": "~4.14.0",
"ims-lti": "^3.0.2",
"jsonwebtoken": "^7.3.0",
"mongoose": "^4.8.1",
"morgan": "~1.8.0",
"ng-csv": "^0.3.6",
"ngclipboard": "^1.1.1",
"node-cache": "^4.1.1",
"serve-favicon": "~2.3.0",
"ui-bootstrap": "^0.1.10",
"angular-translate": "^2.15.2",
"uuid": "^3.0.1"
},
"devDependencies": {
"bluebird": "^3.4.7",
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.2.0",
"mongodb": "^2.2.22",
"nodemon": "^1.11.0",
"sinon": "^1.17.7"
}
}