-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
51 lines (50 loc) · 1.3 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
{
"name": "enter-animation",
"version": "0.6.4",
"description": "进场动画js",
"keywords": [
"react",
"enter-animation"
],
"main": "lib/index",
"homepage": "https://github.com/ant-design/enter-animation",
"repository": {
"type": "git",
"url": "[email protected]:ant-design/enter-animation.git"
},
"bugs": {
"url": ""
},
"licenses": "MIT",
"config": {
"port": 8001
},
"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",
"prepublish": "npm run build",
"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",
"precommit-hook": "^1.0.7",
"rc-server": "3.x",
"rc-tools": "3.x",
"react-router": "1.0.0-beta3",
"react": "^0.13.x",
"object-assign": "~4.0.1"
},
"precommit": [
"precommit"
],
"dependencies": {
}
}