forked from react-component/radio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
78 lines (78 loc) · 1.63 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
{
"name": "rc-radio",
"version": "1.0.4",
"description": "radio ui component for react",
"keywords": [
"react",
"react-component",
"react-radio",
"rc-radio"
],
"homepage": "http://github.com/react-component/radio",
"maitainers": [
],
"repository": {
"type": "git",
"url": "[email protected]:react-component/rc-radio.git"
},
"bugs": {
"url": "http://github.com/react-component/rc-radio/issues"
},
"licenses": "MIT",
"spm": {
"buildArgs": "--global react:window.React",
"dependencies": {
"react": "~0.12.1"
}
},
"config": {
"port": 9090
},
"scripts": {
"less": "rc-tools run less",
"history": "rc-tools run history",
"start": "node --harmony node_modules/.bin/rc-server",
"publish": "rc-tools run tag && spm publish && spm doc publish",
"lint": "rc-tools run lint",
"test": "",
"saucelabs": "rc-tools run saucelabs",
"browser-test": "rc-tools run browser-test",
"browser-test-cover": "rc-tools run browser-test-cover"
},
"devDependencies": {
"async": "~0.9.0",
"precommit-hook": "^1.0.7",
"rc-server": "^1.5.4",
"rc-tools": "^1.1.3",
"expect.js": "~0.3.1",
"react": "~0.12.1"
},
"precommit": [
"lint",
"less"
],
"browserify-shim": {
"react": "global:React"
},
"browserify": {
"transform": [
[
"browserify-jsx"
],
[
"browserify-shim"
]
]
},
"dependencies": {
"browserify-shim": "^3.8.0",
"browserify-jsx": "^0.1.0"
},
"spm": {
"dependencies": {
"react": "~0.12.1"
}
}
}