-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 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
53
54
{
"name": "react-loadqueueloader",
"version": "1.0.3",
"description": "A React component for managing loads with a load queue",
"main": "./lib/index.js",
"scripts": {
"prepublish": "gulp build",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/hzdg/react-loadqueueloader.git"
},
"keywords": [
"react-component",
"react",
"loader",
"load",
"queue",
"queueup",
"component"
],
"author": "Eric Eldredge <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hzdg/react-loadqueueloader/issues"
},
"homepage": "https://github.com/hzdg/react-loadqueueloader",
"dependencies": {},
"devDependencies": {
"coffee-script": "^1.7.1",
"gulp-coffee": "^1.4.3",
"gulp-bump": "^0.1.8",
"gulp": "^3.6.2",
"gulp-rename": "^1.2.0",
"chalk": "^0.4.0",
"yargs": "^1.2.2",
"gulp-connect": "^2.0.5",
"open": "0.0.5",
"chai": "^1.9.1",
"mocha": "^1.20.0",
"envify": "^1.2.1",
"react-loadermixin": "^1.0.4",
"coffee-loader": "^0.7.2",
"webpack": "^1.3.2-beta3"
},
"peerDependencies": {
"react": "*",
"react-loadermixin": "*"
},
"browserify-shim": {
"react": "global:React"
}
}