-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
55 lines (55 loc) · 1.27 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
{
"name": "arale-tip",
"version": "2.0.1",
"keywords": [
"widget",
"bubble",
"popup"
],
"description": "提示框组件,专注于带箭头的气泡框显示、隐藏、动画等交互功能。",
"author": "偏右 <[email protected]>",
"maintainers": [
"偏右 <[email protected]>",
"乔花 <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/aralejs/tip"
},
"bugs": {
"url": "https://github.com/aralejs/tip/issues"
},
"license": "MIT",
"scripts": {
"build": "rm -rf lib && babel -d lib src && cp src/tip.css lib/",
"test": "atool-test",
"doc": "atool-doc"
},
"dependencies": {
"arale-popup": "~1.2.0",
"alice-poptip": "~1.3.0"
},
"main": "index.js",
"devDependencies": {
"babel-cli": "^6.7.5",
"babel-core": "^6.7.6",
"babel-eslint": "^6.0.2",
"babel-istanbul": "^0.7.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-class-properties": "^6.6.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"atool-doc": "~0.4.3",
"atool-test": "~0.4.3",
"expect.js": "0.3.1"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"lib",
"index.js",
"package.json",
"README.md"
]
}