forked from louy/Javascript-Arabic-Reshaper
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 830 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 830 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
{
"name": "arabic-reshaper",
"version": "1.1.1",
"description": "Reshapes Arabic words to work in non-supported environments.",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha --"
},
"repository": {
"type": "git",
"url": "git+https://github.com/louy/Javascript-Arabic-Reshaper.git"
},
"author": "Louay Alakkad <louay@alakkad.me>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/louy/Javascript-Arabic-Reshaper/issues"
},
"homepage": "https://github.com/louy/Javascript-Arabic-Reshaper#readme",
"devDependencies": {
"chai": "^3.4.0",
"codacy-coverage": "^1.1.3",
"codecov.io": "^0.1.6",
"istanbul": "^0.4.0",
"mocha": "^2.3.3",
"mocha-junit-reporter": "^1.8.0"
}
}