-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
41 lines (41 loc) · 1014 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
{
"name": "react-blur-image-loader",
"version": "0.2.2",
"description": "",
"main": "build/reactBlurImageLoader.js",
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
},
"files": [
"styles.css",
"index.jsx",
".gitignore",
"build/",
"src/"
],
"devDependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0",
"css-loader": "^0.27.3",
"style-loader": "^0.16.0",
"webpack": "^2.3.1",
"webpack-dev-server": "^2.4.2",
"webpack-node-externals": "^1.5.4"
},
"scripts": {
"build": "webpack --config webpack.build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MarkoCen/react-blur-image-loader.git"
},
"author": "Marko Cen",
"license": "MIT",
"bugs": {
"url": "https://github.com/MarkoCen/react-blur-image-loader/issues"
},
"homepage": "https://github.com/MarkoCen/react-blur-image-loader#readme"
}