-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.17 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.17 KB
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
49
{
"name": "nodejs-typescript",
"version": "0.0.1",
"dependencies": {
"oauth2-server": "~2.4.1",
"express": "~4.13.3",
"mime": "~1.3.4",
"minimist": "~1.2.0",
"serve-favicon": "~2.3.0",
"passport": "~0.3.2",
"cookie-parser": "~1.4.0",
"serve-static": "~1.10.0",
"winston": "~2.1.1",
"body-parser": "~1.14.2",
"helmet": "~1.0.1",
"passport-oauth2": "~1.1.2",
"lodash": "~3.10.1",
"bluebird": "~3.1.1",
"walk": "~2.3.9"
},
"description": "",
"main": "app.js",
"devDependencies": {
"gulp": "~3.9.0",
"gulp-typescript": "~2.9.2",
"gulp-nodemon": "~2.0.4",
"merge2": "~0.3.6",
"gulp-concat": "~2.6.0",
"gulp-sourcemaps": "~1.6.0",
"gulp-clean": "~0.3.1",
"typescript": "~1.7.5",
"tslint": "~3.2.0",
"gulp-tslint": "~4.2.1"
},
"scripts": {
"start": "gulp serve",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/jvinai/nodejs-typescript.git"
},
"author": "Jeremy Vinai",
"license": "ISC",
"bugs": {
"url": "https://github.com/jvinai/nodejs-typescript/issues"
},
"homepage": "https://github.com/jvinai/nodejs-typescript"
}