-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
48 lines (48 loc) · 1.29 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
{
"name": "lazyimage",
"version": "2.1.2",
"description": "A React Component for Progressive (Lazy) Image Loading",
"main": "lib/index.js",
"dependencies": {
"babel-polyfill": "^6.3.14",
"babel-runtime": "^6.3.19"
},
"devDependencies": {
"babel-cli": "^6.9.0",
"babel-core": "^6.4.0",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.3",
"babel-preset-airbnb": "^1.1.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.7.2",
"code": "^2.2.0",
"enzyme": "^2.2.0",
"jsdom": "^8.4.0",
"lab": "^10.3.1",
"react": "^15.0.1",
"react-addons-test-utils": "^15.0.1",
"react-dom": "^15.0.1"
},
"scripts": {
"test": "lab tests/.setup.js tests/test.js --leaks",
"compile": "babel ./src --out-dir ./lib",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gattermeier/LazyImage.git"
},
"keywords": [
"React",
"Image",
"lazy loading"
],
"author": "Matthias Gattermeier, <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Gattermeier/LazyImage/issues"
},
"homepage": "https://github.com/Gattermeier/LazyImage#readme"
}