-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.28 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
{
"name": "mongoose-basic-typescript",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Thavarajan/Mangoose-Basic-Typescript.git"
},
"author": "Thavarajan",
"license": "ISC",
"bugs": {
"url": "https://github.com/Thavarajan/Mangoose-Basic-Typescript/issues"
},
"scripts": {
"test":"mocha --timeout 10000 ./lib/test --exit"
},
"homepage": "https://github.com/Thavarajan/Mangoose-Basic-Typescript/#readme",
"devDependencies": {
"@types/body-parser": "^1.16.0",
"@types/chai": "^4.1.2",
"@types/chai-http": "^3.0.4",
"@types/express": "^4.11.1",
"@types/method-override": "^0.0.31",
"@types/mocha": "^2.2.48",
"@types/mongoose": "^5.0.0",
"@types/node": "^6.0.63",
"chai": "^4.1.2",
"chai-http": "^3.0.0",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.2.0",
"gulp-strip-debug": "^1.1.0",
"gulp-typescript": "^4.0.0",
"mocha": "^5.0.1"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.0",
"dotenv": "^5.0.1",
"express": "^4.16.2",
"jsonwebtoken": "^8.2.0",
"method-override": "^2.3.10",
"mongojs": "^2.5.0",
"mongoose": "^5.0.8",
"morgan": "^1.9.0",
"typescript": "^2.2.0"
}
}