Skip to content

Commit 14dfea0

Browse files
committed
package: add missing data
1 parent f5e169c commit 14dfea0

File tree

2 files changed

+23
-5
lines changed

2 files changed

+23
-5
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# unicode-scripts-finder
2+
3+
find which unicode scripts a text is using

package.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,31 @@
11
{
22
"name": "unicode-scripts-finder",
33
"version": "1.0.0",
4-
"description": "",
4+
"description": "find which unicode scripts a text is using ",
55
"main": "index.js",
66
"scripts": {
77
"test": "mocha"
88
},
9-
"keywords": [],
10-
"author": "",
11-
"license": "ISC",
9+
"keywords": [
10+
"unicode"
11+
],
12+
"author": "maxlath",
13+
"license": "MIT",
1214
"devDependencies": {
1315
"mocha": "^7.1.1",
1416
"should": "^13.2.3"
15-
}
17+
},
18+
"directories": {
19+
"lib": "lib",
20+
"test": "test"
21+
},
22+
"dependencies": {},
23+
"repository": {
24+
"type": "git",
25+
"url": "git+https://github.com/maxlath/unicode-scripts-finder.git"
26+
},
27+
"bugs": {
28+
"url": "https://github.com/maxlath/unicode-scripts-finder/issues"
29+
},
30+
"homepage": "https://github.com/maxlath/unicode-scripts-finder#readme"
1631
}

0 commit comments

Comments
 (0)