-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1013 Bytes
/
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
{
"name": "persian-digit-tools",
"version": "1.0.2",
"description": " a library for convert english digit to persian and vice versa",
"main": "built/index.js",
"scripts": {
"build": "tsc",
"test": "mocha --reporter spec",
"cover": "istanbul cover node_modules/mocha/bin/_mocha test/*.js -- -R spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MetaiR/persian-digit-tools.git"
},
"keywords": [
"persian",
"digit",
"convertor",
"convert",
"digit-convertor",
"persian-digit-convertor",
"tools",
"persian-digit-tools"
],
"author": "Seyed Ali Roshan <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/MetaiR/persian-digit-tools/issues"
},
"homepage": "https://github.com/MetaiR/persian-digit-tools#readme",
"devDependencies": {
"chai": "^4.1.2",
"coveralls": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"typescript": "^3.5.1"
}
}