forked from react-component/table
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.31 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
{
"name": "rc-table",
"version": "4.3.7",
"description": "table ui component for react",
"keywords": [
"react",
"react-table"
],
"files": [
"lib",
"assets/*.css"
],
"main": "./lib/index",
"homepage": "http://github.com/react-component/table",
"maintainers": [
],
"repository": {
"type": "git",
"url": "[email protected]:react-component/table.git"
},
"bugs": {
"url": "http://github.com/react-component/table/issues"
},
"licenses": "MIT",
"config": {
"port": 8000
},
"scripts": {
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-server",
"pub": "rc-tools run pub",
"lint": "rc-tools run lint",
"karma": "rc-tools run karma",
"saucelabs": "rc-tools run saucelabs",
"browser-test": "rc-tools run browser-test",
"browser-test-cover": "rc-tools run browser-test-cover"
},
"dependencies": {
"object-path": "^0.9.2"
},
"devDependencies": {
"expect.js": "~0.3.1",
"jquery": "^1.11.2",
"pre-commit": "1.x",
"rc-dropdown": "~1.1.2",
"rc-menu": "~3.4.0",
"rc-server": "3.x",
"rc-tools": "4.x",
"react": "~0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0"
},
"pre-commit": [
"lint"
]
}