-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 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
{
"name": "gregorian-calendar-format",
"version": "2.1.0",
"author": {
"name": "yiminghe",
"email": "[email protected]"
},
"engines": {
"node": "~0.11"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "http://github.com/kissyteam/gregorian-calendar-format"
},
"devDependencies": {
"expect.js": "^0.3.1",
"precommit-hook": "^1.0.7",
"rc-server": "~1.5.9",
"rc-tools": "~1.1.5"
},
"precommit": [
"lint"
],
"config": {
"port": 8012
},
"scripts": {
"history": "rc-tools run history",
"start": "node --harmony node_modules/.bin/rc-server",
"publish": "spm doc publish && spm publish && rc-tools run tag",
"lint": "rc-tools run lint",
"test": "",
"saucelabs": "rc-tools run saucelabs",
"browser-test": "rc-tools run browser-test",
"browser-test-cover": "rc-tools run browser-test-cover"
},
"dependencies": {
"gregorian-calendar": "^2.0.2"
},
"spm": {
"dependencies": {
"gregorian-calendar": "^2.0.2"
}
}
}