-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.4 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.4 KB
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
{
"name": "rc-css-transition-group",
"version": "2.1.4",
"description": "css-transition-group ui component for react",
"keywords": [
"react",
"react-component",
"react-css-transition-group",
"css-transition-group"
],
"main": "./lib/index",
"homepage": "https://github.com/react-component/css-transition-group",
"author": "",
"repository": {
"type": "git",
"url": "git@github.com:react-component/css-transition-group.git"
},
"bugs": {
"url": "https://github.com/react-component/css-transition-group/issues"
},
"licenses": "MIT",
"config": {
"port": 8010
},
"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": {
"expect.js": "~0.3.1",
"object-assign": "~2.0.0",
"precommit-hook": "^1.0.7",
"rc-server": "3.x",
"rc-tools": "3.x",
"react": "~0.13.0"
},
"precommit": [
"precommit"
]
}