forked from imsky/holder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·36 lines (36 loc) · 863 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
{
"name": "Holder",
"version": "2.1.0",
"summary": "client side image placeholders",
"description": "Holder uses the canvas element and the data URI scheme to render image placeholders entirely in browser.",
"keywords": [
"images",
"placeholders",
"client-side",
"canvas",
"generation",
"development"
],
"main": "holder.js",
"author": {
"name": "Ivan Malopinsky",
"url": "http://imsky.co"
},
"homepage": "https://github.com/imsky/holder",
"repository": {
"type": "git",
"url": "git://github.com/imsky/holder.git"
},
"bugs": {
"url": "https://github.com/imsky/holder/issues"
},
"license": {
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.0"
}
}