47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "iso-639-1",
|
|
"version": "2.1.15",
|
|
"description": "ISO-639-1 codes",
|
|
"main": "build/index.js",
|
|
"module": "src/index.js",
|
|
"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 <meikidd@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/meikidd/iso-639-1/issues"
|
|
},
|
|
"devDependencies": {
|
|
"babel-cli": "^6.26.0",
|
|
"babel-core": "^6.26.0",
|
|
"babel-loader": "^7.1.2",
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
"babel-plugin-transform-runtime": "^6.23.0",
|
|
"babel-preset-es2015": "^6.24.1",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"clean-webpack-plugin": "^0.1.17",
|
|
"mocha": "^4.0.1",
|
|
"webpack": "^3.10.0"
|
|
},
|
|
"homepage": "https://github.com/meikidd/iso-639-1#readme",
|
|
"engines": {
|
|
"node": ">=6.0"
|
|
}
|
|
}
|