-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·54 lines (54 loc) · 1.55 KB
/
package.json
File metadata and controls
executable file
·54 lines (54 loc) · 1.55 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
50
51
52
53
54
{
"name": "FingerReaderAdminService",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": "typings install",
"typings": "typings",
"vendor": "gulp vendor",
"gulp": "gulp clean && gulp",
"build:production": "gulp clean && gulp build && node systemjs.builder.js"
},
"dependencies": {
"@angular/common": "2.0.0-rc.5",
"@angular/compiler": "2.0.0-rc.5",
"@angular/core": "2.0.0-rc.5",
"@angular/forms": "0.3.0",
"@angular/http": "2.0.0-rc.5",
"@angular/platform-browser": "2.0.0-rc.5",
"@angular/platform-browser-dynamic": "2.0.0-rc.5",
"@angular/router": "3.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.5",
"angular2-busy": "^1.0.2",
"angular2-in-memory-web-api": "0.0.15",
"body-parser": "~1.13.2",
"bootstrap": "^3.3.7",
"cookie-parser": "~1.3.5",
"core-js": "^2.4.0",
"debug": "~2.2.0",
"express": "~4.13.1",
"hbs": "~3.1.0",
"jsonwebtoken": "^7.1.9",
"mongoose": "^4.5.9",
"mongoose-unique-validator": "^1.0.2",
"morgan": "~1.6.1",
"mydatepicker": "^1.6.16",
"ng2-bootstrap": "^1.3.3",
"password-hash": "^1.2.2",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"serve-favicon": "~2.3.0",
"systemjs": "0.19.27",
"typings": "^1.0.4",
"zone.js": "^0.6.12"
},
"devDependencies": {
"del": "^2.2.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-typescript": "^2.13.6",
"systemjs-builder": "^0.15.29"
}
}