forked from vagnervjs/frame-player
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 935 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
36
37
38
{
"name": "frame-player",
"version": "0.2.0",
"description": "A video player without video files, just JSON. Based on \"images frames\" thought to mobile devices!",
"main": "src/fameplayer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/vagnervjs/frame-player.git"
},
"keywords": [
"frame",
"player",
"frame-player",
"video",
"json",
"images",
"mobile"
],
"author": "Vagner Santana",
"license": "MIT",
"bugs": {
"url": "https://github.com/vagnervjs/frame-player/issues"
},
"homepage": "https://github.com/vagnervjs/frame-player",
"devDependencies": {
"del": "^1.1.1",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-cssmin": "^0.1.6",
"gulp-sass": "^4.0.2",
"gulp-uglify": "^1.1.0",
"gulp-uglify-es": "^2.0.0",
"node-sass": "^4.13.1"
}
}