-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.04 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
{
"name": "intern-tracker",
"version": "1.0.0",
"description": "Tracks internship applications and offers",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nancytao/intern-tracker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/nancytao/intern-tracker/issues"
},
"homepage": "https://github.com/nancytao/intern-tracker#readme",
"dependencies": {
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-aria": "^1.5.8",
"angular-material": "^1.1.1",
"angular-messages": "^1.5.8",
"bcryptjs": "^2.3.0",
"body-parser": "^1.15.2",
"ejs": "^2.5.2",
"express": "^4.14.0",
"express-jwt": "^5.0.0",
"express-session": "^1.14.1",
"jsonwebtoken": "^7.1.9",
"lodash": "^4.16.1",
"mongodb": "^2.2.10",
"mongoskin": "^2.1.0",
"q": "^1.4.1",
"request": "^2.75.0",
"rootpath": "^0.1.2"
}
}