-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 994 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
39
40
41
42
43
{
"name": "persianize",
"version": "2.0.0",
"description": "Persianize is set of nodejs tools for validating and converting data in true persian.",
"main": "persianize.js",
"scripts": {
"test": "mocha",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "http://github.com/coffeetalkh/persianize-node.git"
},
"keywords": [
"git",
"persian",
"persian",
"validating",
"persian",
"convert",
"convert",
"validating"
],
"author": "Mehdi Hosseini <mehdi.hosseini.dev@gmail.com>",
"contributors": [
{
"name": "Mehdi Hosseini",
"email": "mehdi.hosseini.dev@gmail.com"
},
{
"name": "Shahrokh Niakan",
"email": "shahrokhniakan@gmail.com"
}
],
"license": "Apache License 2.0",
"bugs": {
"url": "https://github.com/coffeetalkh/persianize-node/issues"
},
"homepage": "https://github.com/coffeetalkh/persianize-node",
"dependencies": {
"mocha": "^4.0.1"
}
}