forked from react-component/pagination
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 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
53
54
{
"name": "rc-pagination",
"version": "1.8.0",
"description": "pagination ui component for react",
"keywords": [
"react",
"react-component",
"react-pagination",
"pagination"
],
"homepage": "http://github.com/react-component/pagination",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "[email protected]:react-component/pagination.git"
},
"bugs": {
"url": "http://github.com/react-component/pagination/issues"
},
"licenses": "MIT",
"files": [
"lib",
"assets/*.css"
],
"main": "lib/index",
"config": {
"port": 3000
},
"scripts": {
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"pub": "rc-tools run pub",
"lint": "rc-tools run lint",
"lint:fix": "rc-tools run lint --fix",
"karma": "rc-tools run karma",
"saucelabs": "rc-tools run saucelabs",
"test": "rc-tools run test",
"chrome-test": "rc-tools run chrome-test",
"coverage": "rc-tools run coverage"
},
"devDependencies": {
"expect.js": "0.3.x",
"pre-commit": "1.x",
"rc-select": "5.x",
"rc-tools": "5.x",
"react": "^15.2.1",
"react-addons-test-utils": "^15.3.1",
"react-dom": "^15.2.1"
},
"pre-commit": [
"lint"
]
}