Skip to content

Commit

Permalink
Update package.json for @pdf-lib/unicode-properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Hopding committed Dec 19, 2018
1 parent 51a63d5 commit a2d46c4
Showing 1 changed file with 15 additions and 12 deletions.
27 changes: 15 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"name": "unicode-properties",
"version": "1.1.0",
"name": "@pdf-lib/unicode-properties",
"version": "0.0.0",
"description": "Provides fast access to unicode character properties",
"main": "lib/index.js",
"unpkg": "dist/unicode-properties.min.js",
"module": "es/index.js",
"scripts": {
"test": "NODE_ENV=test mocha",
"make": "node Makefile.js",
"clean": "node Makefile.js clean"
},
"dependencies": {
"base64-arraybuffer": "^0.1.5",
"pako": "^1.0.6",
Expand All @@ -27,25 +32,23 @@
"rollup-plugin-terser": "^3.0.0",
"shelljs": "^0.8.3"
},
"scripts": {
"test": "NODE_ENV=test mocha",
"make": "node Makefile.js",
"clean": "node Makefile.js clean"
},
"repository": {
"type": "git",
"url": "git://github.com/devongovett/unicode-properties.git"
"url": "git://github.com/Hopding/unicode-properties.git"
},
"keywords": [
"unicode",
"metadata",
"character",
"codepoint"
],
"author": "Devon Govett <devongovett@gmail.com>",
"license": "MIT",
"author": "Andrew Dillon <andrew.dillon.j@gmail.com>",
"contributors": [
"Devon Govett <devongovett@gmail.com> (http://badassjs.com/)"
],
"bugs": {
"url": "https://github.com/devongovett/unicode-properties/issues"
"url": "https://github.com/Hopding/unicode-properties/issues"
},
"homepage": "https://github.com/devongovett/unicode-properties"
"license": "MIT",
"homepage": "https://github.com/Hopding/unicode-properties"
}

0 comments on commit a2d46c4

Please sign in to comment.