-
Notifications
You must be signed in to change notification settings - Fork 45
/
Copy pathpackage.json
52 lines (52 loc) · 1.26 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
49
50
51
52
{
"name": "react-imageloader",
"version": "3.0.0",
"description": "A React component for wrangling image loading",
"main": "./lib/index.js",
"scripts": {
"prepare": "make node",
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/hzdg/react-imageloader.git"
},
"keywords": [
"react-component",
"react",
"loader",
"component"
],
"author": "Eric Eldredge <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hzdg/react-imageloader/issues"
},
"homepage": "https://github.com/hzdg/react-imageloader",
"devDependencies": {
"babel": "^5.5.8",
"babel-core": "^5.5.8",
"babel-eslint": "^3.1.16",
"babel-loader": "^5.1.4",
"babel-runtime": "^5.5.8",
"chai": "^3.0.0",
"eslint": "^0.23.0",
"eslint-plugin-react": "^2.5.2",
"express": "^4.12.4",
"git-release-notes": "0.0.2",
"mocha": "^2.2.5",
"mversion": "^1.10.0",
"node-libs-browser": "^0.5.2",
"opn": "^2.0.1",
"prop-types": "^15.6.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"webpack": "^1.9.11",
"webpack-dev-middleware": "^1.0.11",
"yargs": "^3.11.0"
},
"peerDependencies": {
"react": ">=15 || >=16",
"prop-types": ">=15"
}
}