-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
64 lines (64 loc) · 1.66 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
57
58
59
60
61
62
63
64
{
"name": "arale-dialog",
"version": "2.1.0",
"description": "Dialog 是通用对话框容器,提供显隐关闭、遮罩层、内嵌iframe、内容区域自定义以及模态对话框等功能。",
"keywords": [
"widget",
"modal",
"overlay",
"confirmbox",
"alert"
],
"author": "偏右 <[email protected]>",
"maintainers": [
"偏右 <[email protected]>",
"贯高 <[email protected]>"
],
"homepage": "http://aralejs.org/dialog",
"repository": {
"type": "git",
"url": "[email protected]:aralejs/dialog.git"
},
"bugs": {
"url": "https://github.com/aralejs/dialog/issues"
},
"main": "index.js",
"dependencies": {
"arale-events": "~1.2.0",
"arale-messenger": "~2.1.0",
"arale-overlay": "~2.0.1",
"arale-templatable": "~1.0.4",
"spm-handlebars": "~1.3.1"
},
"devDependencies": {
"arale-widget": "~1.2.1",
"atool-doc": "^0.4.3",
"atool-test": "~0.4.3",
"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-plugin-transform-es3-member-expression-literals": "^6.8.0",
"babel-plugin-transform-es3-property-literals": "^6.8.0",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"expect.js": "^0.3.1",
"nico": "*"
},
"scripts": {
"build": "rm -rf lib && babel -d lib src && cp src/dialog.css lib/",
"test": "atool-test",
"doc": "atool-doc"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"lib",
"index.js",
"package.json",
"README.md"
]
}