-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
41 lines (41 loc) · 869 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
{
"name": "iso-639-1",
"version": "3.1.3",
"description": "ISO-639-1 codes",
"main": "./src/index.js",
"type": "commonjs",
"typings": "index.d.ts",
"scripts": {
"build": "webpack",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/meikidd/iso-639-1.git"
},
"keywords": [
"iso",
"iso-639",
"iso-639-1",
"language",
"language code",
"locale",
"locale code"
],
"author": "meikidd <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/meikidd/iso-639-1/issues"
},
"devDependencies": {
"babel-loader": "^9.1.3",
"clean-webpack-plugin": "^4.0.0",
"mocha": "^4.0.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
},
"homepage": "https://github.com/meikidd/iso-639-1#readme",
"engines": {
"node": ">=6.0"
}
}