forked from amazon-archives/web-app-starter-kit-for-fire-tv
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 879 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
27
28
29
30
31
32
33
34
35
{
"name": "web-app-starter-kit-for-fire-tv",
"version": "1.3.0",
"description": "Web App Starter Kit for Fire TV",
"license": "CC0-1.0",
"repository": "https://github.com/amzn/web-app-starter-kit-for-fire-tv",
"files": [
"src/**/*",
"docs/**/*",
"gulpfile.js",
"README.md"
],
"scripts": {
"start": "serve -p 3000 out",
"build": "gulp build",
"clean": "gulp clean"
},
"devDependencies": {
"del": "^1.1.0",
"gulp": "^3.8.11",
"gulp-debug": "^1.0.1",
"gulp-help": "^1.3.1",
"gulp-html-replace": "^1.4.0",
"gulp-inline-source": "^1.1.0",
"gulp-rename": "^1.2.0",
"gulp-jshint": "^1.1.0",
"gulp-jsdoc": "^0.1.4",
"jshint-stylish": "^1.0.1",
"gulp-sass": "^2.0.1",
"gulp-sourcemaps": "^1.2.8",
"gulp-uglifyjs": "^0.5.0",
"merge-stream": "^0.1.6",
"vinyl-paths": "^1.0.0"
}
}