-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 848 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
{
"name": "persian-alphabetic-compare",
"version": "1.2.0",
"description": "A comparator function for comparing two persian strings with correct alphabetic order.",
"main": "index.js",
"scripts": {
"test": "BABEL_ENV=commonjs mocha --compilers js:babel-core/register --reporter spec test/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/martianboy/persian-alphabetic-compare.git"
},
"keywords": [
"persian",
"string"
],
"author": "Abbas Mashayekh",
"license": "MIT",
"bugs": {
"url": "https://github.com/martianboy/persian-alphabetic-compare/issues"
},
"homepage": "https://github.com/martianboy/persian-alphabetic-compare#readme",
"devDependencies": {
"babel-core": "^6.16.0",
"babel-preset-es2015": "^6.16.0",
"chai": "^3.5.0",
"mocha": "^3.1.0"
}
}