forked from ErickWendel/NodeJSWithTypescript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 839 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 839 Bytes
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
{
"name": "learning-typescript-erickwendel",
"version": "1.0.0",
"description": "",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/ErickWendel/Learning.NodeJSWithTypescript.git"
},
"author": "erickwendel",
"license": "ISC",
"bugs": {
"url": "https://github.com/ErickWendel/Learning.NodeJSWithTypescript/issues"
},
"homepage": "https://github.com/ErickWendel/Learning.NodeJSWithTypescript#readme",
"devDependencies": {
"body-parser": "^1.14.2",
"clear": "0.0.1",
"connect": "^3.4.0",
"express": "^4.13.3",
"gulp": "^3.9.0",
"gulp-nodemon": "^2.0.6",
"gulp-strip-debug": "^1.1.0",
"gulp-tsc": "^1.1.4",
"gulp-typescript-compiler": "^1.0.1",
"method-override": "^2.3.5",
"mongojs": "^2.2.2",
"mongoose": "^4.3.4"
}
}