-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.1 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
{
"main": "dist/img-blur-in.js",
"scripts": {
"test": "node ./test/server.js",
"build": "rollup -c ./build/rollup.config.js",
"build:min": "rollup -c ./build/rollup-min.config.js"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"express": "^4.16.2",
"open": "0.0.5",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-typescript": "^0.8.1",
"rollup-plugin-uglify": "^2.0.1",
"source-map-support": "^0.5.0"
},
"dependencies": {
"sentinel-js": "0.0.4"
},
"name": "img-blur-in",
"description": "Make images loading lazily with a blur-in effect.",
"version": "1.0.6",
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shenfe/img-blur-in.git"
},
"keywords": [
"image",
"blur",
"lazy",
"load"
],
"author": "hengwu",
"license": "MIT",
"bugs": {
"url": "https://github.com/shenfe/img-blur-in/issues"
},
"homepage": "https://github.com/shenfe/img-blur-in#readme"
}