-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
54 lines (54 loc) · 1.18 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
{
"name": "arale-autocomplete",
"version": "1.4.1",
"description": "自动补全组件",
"keywords": [
"widget"
],
"homepage": "http://aralejs.org/autocomplete/",
"author": "popomore <[email protected]>",
"maintainers": [
"贯高 <[email protected]>",
"乔花 <[email protected]>"
],
"repository": {
"type": "git",
"url": "https://github.com/aralejs/autocomplete.git"
},
"bugs": {
"url": "https://github.com/aralejs/autocomplete/issues"
},
"license": "MIT",
"spm": {
"main": "autocomplete.js",
"build": {
"loader": {
".handlebars": "spmhandlebars-loader"
}
},
"dependencies": {
"jquery": "1.7.2",
"arale-templatable": "0.10.0",
"arale-base": "1.2.0",
"arale-overlay": "1.2.0",
"handlebars-runtime": "1.3.0"
},
"devDependencies": {
"alice-select": "1.1.0",
"expect.js": "0.3.1",
"sinon": "1.6.0"
},
"engines": {
"seajs": "2.2.1",
"seajs-text": "1.1.0"
},
"buildArgs": "--ignore jquery"
},
"scripts": {
"test": "make test"
},
"devDependencies": {
"handlebars": "~3.0.3",
"spmhandlebars-loader": "~0.1.0"
}
}