forked from yiminghe/dom-align
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
53 lines (53 loc) · 1.16 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
{
"name": "dom-align",
"version": "1.8.0",
"description": "Align DOM Node Flexibly ",
"keywords": [
"dom",
"align"
],
"homepage": "http://github.com/yiminghe/dom-align",
"files": [
"lib",
"es"
],
"main": "lib/index",
"module": "es/index",
"author": "[email protected]",
"repository": {
"type": "git",
"url": "[email protected]:yiminghe/dom-align.git"
},
"bugs": {
"url": "http://github.com/yiminghe/dom-align/issues"
},
"licenses": "MIT",
"config": {
"port": 8020
},
"scripts": {
"build": "rc-tools run build",
"gh-pages": "rc-tools run gh-pages",
"start": "rc-tools run server",
"compile": "rc-tools run compile",
"pub": "rc-tools run pub",
"lint": "rc-tools run lint",
"karma": "rc-test run karma",
"saucelabs": "rc-test run saucelabs",
"test": "rc-test run test",
"chrome-test": "rc-test run chrome-test",
"coverage": "rc-test run coverage"
},
"devDependencies": {
"expect.js": "^0.3.1",
"jquery": "^1.11.2",
"pre-commit": "1.x",
"rc-test": "6.x",
"rc-tools": "6.x",
"react": "15.x",
"react-dom": "15.x"
},
"pre-commit": [
"lint"
]
}