forked from react-component/dialog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.56 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
{
"name": "rc-dialog",
"version": "4.5.0",
"description": "dialog ui component for react",
"keywords": [
"react",
"react-component",
"react-dialog",
"dialog",
"ui"
],
"homepage": "http://github.com/react-component/dialog",
"maitainers": [
],
"repository": {
"type": "git",
"url": "[email protected]:react-component/dialog.git"
},
"bugs": {
"url": "http://github.com/react-component/dialog/issues"
},
"licenses": "MIT",
"main": "./lib/index",
"config": {
"port": 8000
},
"scripts": {
"build": "rc-tools run build",
"precommit": "rc-tools run precommit",
"less": "rc-tools run less",
"gh-pages": "rc-tools run gh-pages",
"history": "rc-tools run history",
"start": "node --harmony node_modules/.bin/rc-server",
"publish": "rc-tools run tag",
"lint": "rc-tools run lint",
"saucelabs": "node --harmony node_modules/.bin/rc-tools run saucelabs",
"browser-test": "node --harmony node_modules/.bin/rc-tools run browser-test",
"browser-test-cover": "node --harmony node_modules/.bin/rc-tools run browser-test-cover"
},
"devDependencies": {
"async": "^0.9.0",
"bluebird": "~2.9.30",
"bootstrap": "^3.3.2",
"expect.js": "~0.3.1",
"jquery": "^1.11.2",
"precommit-hook": "^1.0.7",
"rc-server": "3.x",
"rc-tools": "3.x",
"react": "~0.13.0"
},
"precommit": [
"precommit"
],
"dependencies": {
"object-assign": "2.x",
"rc-align": "1.x",
"rc-animate": "1.x",
"rc-util": "2.x"
}
}