forked from imsky/holder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.21 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
45
46
47
48
49
50
51
52
53
54
{
"name": "holderjs",
"officialName": "Holder",
"version": "2.9.0",
"summary": "client side image placeholders",
"description": "Holder uses SVG to render image placeholders entirely in browser.",
"author": {
"name": "Ivan Malopinsky",
"url": "http://imsky.co"
},
"homepage": "http://holderjs.com",
"license": "MIT",
"keywords": [
"images",
"placeholders",
"client-side",
"canvas",
"generation",
"development",
"svg"
],
"main": "holder.js",
"repository": {
"type": "git",
"url": "git://github.com/imsky/holder.git"
},
"bugs": {
"url": "https://github.com/imsky/holder/issues"
},
"devDependencies": {
"component-type": "^1.1.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.2.0",
"gulp-header": "^1.0.2",
"gulp-jsbeautifier": "0.0.5",
"gulp-jshint": "^1.6.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.3",
"gulp-todo": "^0.3.8",
"gulp-uglify": "^1.2.0",
"gulp-util": "~3",
"moment": "^2.6.0",
"node-http-server": "^3.0.0",
"trim": "0.0.1",
"webdriverio": "^2.4.5",
"webpack-stream": "^2.1.1"
},
"scripts": {
"test": "node test/index"
},
"dependencies": {
"shaven": "^0.7.3"
}
}