-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.18 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
{
"name": "react-loadermixin",
"version": "1.0.4",
"description": "A React mixin for giving components loading behavior",
"main": "./lib/index.js",
"scripts": {
"prepublish": "gulp build:node",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git://github.com/hzdg/react-loadermixin.git"
},
"keywords": [
"react-mixin",
"react-component",
"react",
"loader",
"mixin"
],
"author": "Eric Eldredge <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hzdg/react-loadermixin/issues"
},
"homepage": "https://github.com/hzdg/react-loadermixin",
"dependencies": {
"xtend": "^3.0.0"
},
"devDependencies": {
"coffee-script": "^1.7.1",
"gulp-coffee": "^1.4.3",
"gulp-bump": "^0.1.8",
"gulp": "^3.6.2",
"browserify": "^3.33.0",
"browserify-shim": "^3.3.2",
"gulp-browserify": "^0.5.0",
"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",
"webpack": "^1.3.2-beta2",
"coffee-loader": "^0.7.2"
},
"peerDependencies": {
"react": "*"
}
}