-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
43 lines (43 loc) · 1018 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
39
40
41
42
43
{
"name": "placeholder.js",
"officialName": "placeholder",
"version": "3.1.0",
"summary": "1kb library to generate image placeholders on client side",
"description": "Holder uses CANVAS to render image placeholders entirely in browser.",
"author": {
"name": "atool",
"url": "http://www.aTool.org/"
},
"homepage": "http://placeholder.cn/",
"license": "MIT",
"keywords": [
"images",
"placeholders",
"client-side",
"canvas",
"generation",
"development",
"tools"
],
"main": "dist/placeholder.min.js",
"repository": {
"type": "git",
"url": "https://github.com/hustcc/placeholder.js"
},
"bugs": {
"url": "https://github.com/hustcc/placeholder.js/issues"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-wrap": "^0.11.0",
"gulp-uglify": "^1.5.3",
"jshint": "^2.9.2",
"gulp-rename": "^1.2.2"
},
"scripts": {
"test": "jshint dist/placeholder.js",
"build": "gulp mini && npm run test"
},
"dependencies": {
}
}