-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 960 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": "vimage",
"version": "1.0.0",
"description": "An image sequence streaming player for inline video on mobile devices.",
"main": "/build/vimage.min.js",
"directories": {
"example": "examples"
},
"dependencies": {
"happens": "^0.5.0"
},
"devDependencies": {
"browser-sync": "^2.8.2",
"coffee-script": "^1.9.3",
"ecstatic": "^0.8.0",
"gulp": "^3.9.0",
"gulp-coffeeify": "^0.1.8",
"gulp-concat": "^2.6.0",
"gulp-if": "^1.2.5",
"gulp-rename": "^1.2.2",
"gulp-streamify": "^1.0.0",
"gulp-uglify": "^1.2.0",
"shelljs": "^0.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hi-res/vimage.git"
},
"author": "David Paul Rosser",
"license": "MIT",
"bugs": {
"url": "https://github.com/hi-res/vimage/issues"
},
"homepage": "https://github.com/hi-res/vimage#readme"
}