-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 873 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
{
"name": "hyphe-lib-ger",
"description": "Automatically add soft-hyphens to German text. (HTML&Unicode)",
"version": "3.0.2",
"main": "lib/hyphe-lib-ger.js",
"browser": "browser-package/hyphelibger.js",
"author": "Daniel Rienas (https://github.com/blurrryy)",
"scripts": {
"pretest": "eslint lib/hyphe-lib-ger.js",
"test": "jest",
"test:live": "jest --watch",
"webpack": "webpack"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/blurrryy/hyphe-lib-ger"
},
"dependencies": {
"hyphenation.de": "^0.2.1",
"hypher": "^0.2.5",
"typographizer-js": "^0.5.1"
},
"devDependencies": {
"@babel/core": "^7.7.2",
"@babel/preset-env": "^7.7.1",
"babel-loader": "^8.0.6",
"eslint": "^6.6.0",
"jest": "^24.9.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}