-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.05 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.05 KB
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
{
"name": "arale-calendar",
"version": "1.1.3",
"description": "Calendar widget.",
"author": "Hsiaoming Yang <me@lepture.com>",
"maintainers": [
"冒顿 <hotoo.cn@gmail.com>",
"乔花 <shengyan1985@gmail.com>"
],
"homepage": "http://aralejs.org/calendar/",
"repository": {
"type": "git",
"url": "https://github.com/aralejs/calendar.git"
},
"bugs": {
"url": "https://github.com/aralejs/calendar/issues"
},
"keywords": [
"widget",
"month",
"datepicker"
],
"spm": {
"buildArgs": "--ignore jquery"
},
"main": "index.js",
"dependencies": {
"arale-base": "1.2.0",
"arale-iframe-shim": "1.1.0",
"arale-widget": "1.2.0",
"import-style": "1.0.0",
"spm-handlebars-runtime": "^1.3.1",
"spm-jquery": "1.7.2",
"spm-moment": "2.9.0",
"spm-position": "1.1.0"
},
"devDependencies": {
"spm-sinon": "1.6.0",
"spm-expect.js": "0.3.1",
"spm-webpack": "~1.0.0"
},
"scripts": {
"build": "spm-webpack -c"
},
"engines": {
"node": ">=4.0.0"
},
"publishConfig": {}
}