-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
56 lines (56 loc) · 1.33 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
{
"name": "arale-overlay",
"version": "2.0.1",
"description": "基础浮层组件,提供浮层显示隐藏、定位和 select 遮挡等特性。",
"keywords": [
"widget"
],
"author": "偏右 <afc163@gmail.com>",
"maintainers": [
"偏右 <afc163@gmail.com>",
"贯高 <sakura9515@gmail.com>"
],
"homepage": "http://aralejs.org/overlay/",
"repository": {
"type": "git",
"url": "https://github.com/aralejs/overlay"
},
"bugs": {
"url": "https://github.com/aralejs/overlay/issues"
},
"main": "index.js",
"dependencies": {
"arale-iframe-shim": "1.1.0",
"arale-widget": "~1.2.1",
"position": "~1.1.0"
},
"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",
"jquery": "1.7.2",
"atool-doc": "^0.4.3",
"atool-test": "^0.4.13",
"expect.js": "0.3.1",
"spm-sinon": "1.6.0"
},
"scripts": {
"build": "rm -rf lib && babel -d lib src",
"test": "atool-test",
"doc": "atool-doc"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"lib",
"index.js",
"package.json",
"README.md"
]
}