-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
36 lines (36 loc) · 1007 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
{
"name": "arabic-reshaper",
"version": "1.1.0",
"description": "Reshapes Arabic words to work in non-supported environments.",
"main": "dist/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "rollup -c rollup.config.js",
"test": "mocha",
"coverage": "istanbul cover _mocha --"
},
"repository": {
"type": "git",
"url": "git+https://github.com/louy/Javascript-Arabic-Reshaper.git"
},
"author": "Louay Alakkad <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/louy/Javascript-Arabic-Reshaper/issues"
},
"homepage": "https://github.com/louy/Javascript-Arabic-Reshaper#readme",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"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",
"rollup": "^0.50.0",
"rollup-plugin-babel": "^3.0.2"
}
}