-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.32 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
{
"name": "geezify-js",
"version": "1.1.2",
"description": "library to convert ascii number like 3456 to geez number ፴፬፻፶፮ and vise versa",
"main": "src/Geezify.js",
"unpkg": "dist/geezify.min.js",
"jsdelivr": "dist/geezify.min.js",
"scripts": {
"build": "webpack --mode=production --config webpack.config.js",
"test": "nyc --reporter=html --reporter=text mocha",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/geezify/geezify-js.git"
},
"keywords": [
"geezify",
"ethiopian",
"number",
"geez"
],
"author": "Sam As End <4sam21@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/geezify/geezify-js/issues"
},
"homepage": "https://github.com/geezify/geezify-js#readme",
"devDependencies": {
"@babel/core": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"coveralls": "^3.0.6",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.18.2",
"mocha": "^5.1.1",
"nyc": "^14.1.1",
"sinon": "^5.0.7",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.7"
}
}