forked from aralejs/aralejs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 709 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 709 Bytes
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
{
"family": "arale",
"name": "arale.spmjs.org",
"title": "Arale",
"version": "0.1.0",
"description": "随心构建互联网应用",
"homepage": "http://aralejs.org",
"repository": {
"type": "git",
"url": "https://github.com/aralejs/aralejs.org"
},
"bugs": {
"url": "https://github.com/aralejs/aralejs.org/issues"
},
"spm": {
"alias": {
"popup": "arale/popup/1.1.2/popup",
"autocomplete": "arale/autocomplete/1.2.2/autocomplete",
"placeholder": "arale/placeholder/1.0.1/placeholder",
"sticky": "arale/sticky/1.2.1/sticky",
"keymaster": "gallery/keymaster/1.0.2/keymaster",
"word-color": "afc163/word-color/1.0.0/word-color"
}
}
}