massive update, probably broken
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-go / node_modules / tr46 / package.json
1 {
2   "name": "tr46",
3   "version": "0.0.3",
4   "description": "An implementation of the Unicode TR46 spec",
5   "main": "index.js",
6   "scripts": {
7     "test": "mocha",
8     "pretest": "node scripts/getLatestUnicodeTests.js",
9     "prepublish": "node scripts/generateMappingTable.js"
10   },
11   "repository": {
12     "type": "git",
13     "url": "git+https://github.com/Sebmaster/tr46.js.git"
14   },
15   "keywords": [
16     "unicode",
17     "tr46",
18     "url",
19     "whatwg"
20   ],
21   "author": "Sebastian Mayr <npm@smayr.name>",
22   "license": "MIT",
23   "bugs": {
24     "url": "https://github.com/Sebmaster/tr46.js/issues"
25   },
26   "homepage": "https://github.com/Sebmaster/tr46.js#readme",
27   "devDependencies": {
28     "mocha": "^2.2.5",
29     "request": "^2.57.0"
30   }
31 }