-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 950 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": "snytplusplus",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "mocha || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hapseleg/SNYTPlusPlus.git"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.18.2",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"config": "^1.28.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"express": "^4.16.2",
"mocha": "^4.0.1",
"mongodb": "^2.2.33",
"mongoose": "^4.13.6",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"pug": "^2.0.0-rc.4",
"q": "^1.5.1",
"request": "^2.83.0",
"request-promise": "^4.2.2",
"should": "^13.1.3",
"sinon": "^4.1.2",
"supertest": "^3.0.0"
},
"bugs": {
"url": "https://github.com/Hapseleg/SNYTPlusPlus/issues"
},
"homepage": "https://github.com/Hapseleg/SNYTPlusPlus#readme"
}