This repository has been archived by the owner on Apr 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
79 lines (79 loc) · 2.39 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
{
"name": "boardz-xplatform-sample",
"version": "1.0.0",
"description": "Sample for demonstrating various aspects of modern cross-platform applications.",
"main": "gulpfile.js",
"repository": {
"type": "git",
"url": "git+https://github.com/thinktecture/boardz-cross-platform-sample.git"
},
"scripts": {
"gulp": "gulp",
"typings": "typings",
"watch": "gulp watch-web",
"postinstall": "npm run typings install",
"build": "gulp",
"watch-ios": "gulp [private-web]:watch:no-liveserver & gulp cordova:watch:ios"
},
"author": "Thinktecture AG <[email protected]>",
"bugs": {
"url": "https://github.com/thinktecture/boardz-cross-platform-sample/issues"
},
"homepage": "https://github.com/thinktecture/boardz-cross-platform-sample#readme",
"devDependencies": {
"bootstrap": "^3.3.6",
"cordova-icon": "^0.7.0",
"cordova-splash": "^0.7.1",
"del": "^2.0.2",
"electron-connect": "^0.3.7",
"electron-prebuilt": "^0.37.2",
"event-stream": "^3.3.1",
"font-awesome": "^4.5.0",
"gulp": "^3.9.0",
"gulp-atom-electron": "^1.4.0",
"gulp-awesome-electron": "^1.2.0",
"gulp-batch": "1.0.5",
"gulp-clean-css": "^2.0.10",
"gulp-concat": "^2.6.0",
"gulp-filelog": "^0.4.1",
"gulp-inject": "^3.0.0",
"gulp-minify-html": "^1.0.4",
"gulp-ng-annotate": "^1.1.0",
"gulp-ng-template": "^0.2.1",
"gulp-rename": "^1.2.2",
"gulp-rewrite-css": "0.0.7",
"gulp-server-livereload": "^1.5.3",
"gulp-sourcemaps": "^1.6.0",
"gulp-symdest": "^1.0.0",
"gulp-tap": "^0.1.3",
"gulp-tslint": "^6.1.1",
"gulp-typescript": "^2.10.0",
"gulp-uglify": "^1.4.1",
"gulp-watch": "^4.3.5",
"merge2": "^0.3.7",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"shelljs": "^0.5.3",
"stream-series": "^0.1.1",
"systemjs-builder": "0.15.13",
"tether": "^1.1.1",
"tslint": "^3.15.1",
"typescript": "^2.0.2",
"typings": "^1.3.2"
},
"dependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"core-js": "2.4.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.27",
"zone.js": "^0.6.23"
}
}