-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 728 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 728 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
26
27
28
29
30
31
32
33
{
"name": "wareki2era",
"version": "1.0.0",
"description": "convert japanese Wareki(和暦) to Era(西暦)",
"main": "index.js",
"scripts": {
"test": "ava",
"build": "npx rollup -c"
},
"keywords": [
"japanese",
"wareki",
"era",
"date",
"convert"
],
"author": "cupOF",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cupof-github/wareki2era"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"ava": "^1.4.1",
"rollup": "^1.7.4",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.2.2",
"rollup-plugin-node-resolve": "^4.0.1",
"rollup-plugin-uglify": "^6.0.2"
}
}