forked from yize/solarlunar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.49 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
{
"name": "solarlunar",
"version": "2.0.7",
"description": "阳历阴历(公历农历)互转",
"main": "lib/solarlunar.min.js",
"scripts": {
"build": "webpack --env build",
"dev": "webpack --progress --colors --watch --env dev",
"test": "karma start karma.conf.js",
"test:watch": "mocha --compilers js:babel-core/register --colors -w ./test/*.spec.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yize/solarlunar.git"
},
"keywords": [
"calendar",
"公历",
"农历",
"阳历",
"阴历",
"solar",
"lunar"
],
"author": "yize",
"license": "ISC",
"bugs": {
"url": "https://github.com/yize/solarlunar/issues"
},
"homepage": "https://github.com/yize/solarlunar#readme",
"devDependencies": {
"babel-cli": "6.24.1",
"babel-core": "^6.3.26",
"babel-eslint": "7.2.3",
"babel-loader": "7.0.0",
"babel-plugin-add-module-exports": "0.2.1",
"babel-preset-es2015": "6.24.1",
"chai": "3.5.0",
"electron": "^1.7.8",
"electron-prebuilt": "^1.4.13",
"eslint": "3.19.0",
"eslint-loader": "1.7.1",
"gulp": "^3.9.0",
"istanbul-instrumenter-loader": "^0.2.0",
"karma": "^1.7.1",
"karma-coverage": "^1.1.1",
"karma-coveralls": "^1.1.2",
"karma-electron-launcher": "^0.1.0",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.4",
"karma-webpack": "^2.0.4",
"mocha": "3.3.0",
"should": "~7.1.0",
"webpack": "3.1.0",
"yargs": "7.1.0"
}
}