-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
54 lines (54 loc) · 1.55 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
49
50
51
52
53
54
{
"name": "nodejs-aspnetcore-webapi",
"version": "1.0.0",
"description": "Sample for creating Node.js based Web APIs compared to ASP.NET Core 1.0",
"repository": {
"type": "git",
"url": "git+https://github.com:thinktecture/nodejs-aspnetcore-webapi.git"
},
"keywords": [],
"author": "Thinktecture AG <office@thinktecture.com> (http://thinktecture.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/thinktecture/nodejs-aspnetcore-webapi/issues"
},
"scripts": {
"postinstall": "typings install",
"watch": "gulp watch",
"typings": "typings"
},
"homepage": "https://github.com/thinktecture/nodejs-aspnetcore-webapi#readme",
"dependencies": {
"angular2": "2.0.0-beta.6",
"body-parser": "1.15.0",
"bower": "1.7.7",
"cors": "2.7.1",
"del": "2.2.0",
"es6-promise": "3.1.2",
"es6-shim": "0.34.4",
"express": "4.13.4",
"gulp": "3.9.1",
"gulp-autoprefixer": "3.1.0",
"gulp-inject": "3.0.0",
"gulp-less": "3.0.5",
"gulp-server-livereload": "1.7.0",
"gulp-sourcemaps": "1.6.0",
"gulp-typescript": "2.11.0",
"gulp-watch": "4.3.5",
"mongoose": "4.4.6",
"oauth2-server": "2.4.1",
"pg": "4.4.4",
"reflect-metadata": "0.1.3",
"request": "2.69.0",
"restify": "4.0.4",
"restify-cors-middleware": "0.0.6",
"run-sequence": "1.1.5",
"rxjs": "5.0.0-beta.0",
"sequelize": "3.19.2",
"swagger-restify": "github:vellotis/swagger-restify",
"systemjs": "0.19.20",
"typescript": "1.7.5",
"typings": "0.6.8",
"zone.js": "0.5.14"
}
}