forked from thinktecture/boardz-cross-platform-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 772 Bytes
/
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
{
"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"
},
"author": "Thinktecture AG",
"bugs": {
"url": "https://github.com/thinktecture/boardz-cross-platform-sample/issues"
},
"homepage": "https://github.com/thinktecture/boardz-cross-platform-sample#readme",
"dependencies": {
"del": "^2.0.2",
"gulp": "^3.9.0",
"shelljs": "^0.5.3",
"nw-builder": "^2.0.2"
},
"devDependencies": {
"gulp-inject": "^3.0.0",
"gulp-server-livereload": "^1.5.3",
"stream-series": "^0.1.1"
}
}