forked from thinktecture/boardz-cross-platform-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.34 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
{
"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": {
"build-all": "gulp build:all:release",
"gulp": "gulp"
},
"author": "Thinktecture AG",
"bugs": {
"url": "https://github.com/thinktecture/boardz-cross-platform-sample/issues"
},
"homepage": "https://github.com/thinktecture/boardz-cross-platform-sample#readme",
"devDependencies": {
"del": "^2.0.2",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-awesome-electron": "git+https://github.com/ThorstenHans/gulp-awesome-electron.git",
"gulp-concat": "^2.6.0",
"gulp-filelog": "^0.4.1",
"gulp-inject": "^3.0.0",
"gulp-minify-css": "^1.2.1",
"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-symdest": "^1.0.0",
"gulp-tap": "^0.1.3",
"gulp-uglify": "^1.4.1",
"gulp-watch": "^4.3.5",
"merge2": "^0.3.6",
"nw-builder": "^2.2.0",
"run-sequence": "^1.1.4",
"shelljs": "^0.5.3",
"stream-series": "^0.1.1"
}
}