-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 914 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
37
38
39
40
41
42
43
{
"name": "@konfirm/iso15924",
"version": "1.0.1",
"description": "Implementation of ISO 15924:2004, codes for presentations of names of scripts",
"main": "source/main.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "./node_modules/.bin/lab -vcl"
},
"repository": {
"type": "git",
"url": "https://github.com/konfirm/node-iso15924.git"
},
"bugs": {
"url": "https://github.com/konfirm/node-iso15924/issues"
},
"keywords": [
"iso",
"15924",
"script",
"i18n",
"l10n",
"g11n",
"bcp47"
],
"files": [
"source/**/*.js"
],
"author": "Rogier Spieker <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=8"
},
"devDependencies": {
"@konfirm/labrat": "^2.0.2",
"eslint": "^7.8.1",
"eslint-config-prettier": "^6.1.0",
"eslint-plugin-prettier": "^3.1.0",
"prettier": "^2.1.1"
}
}