UNPKG

1.06 kBJSONView Raw
1{
2 "name": "iso-639-1",
3 "version": "2.0.0",
4 "description": "ISO-639-1 codes",
5 "main": "build/index.js",
6 "scripts": {
7 "build": "babel src --out-dir build",
8 "test": "mocha --require babel-core/register"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://github.com/meikidd/iso-639-1.git"
13 },
14 "keywords": [
15 "ISO",
16 "ISO-639",
17 "ISO-639-1",
18 "language",
19 "language code"
20 ],
21 "author": "meikidd <meikidd@gmail.com>",
22 "license": "MIT",
23 "bugs": {
24 "url": "https://github.com/meikidd/iso-639-1/issues"
25 },
26 "devDependencies": {
27 "babel": "~6.5.2",
28 "babel-cli": "^6.18.0",
29 "babel-core": "^6.18.2",
30 "babel-plugin-transform-runtime": "^6.15.0",
31 "babel-plugin-add-module-exports": "^0.2.1",
32 "babel-preset-es2015": "^6.18.0",
33 "babel-preset-stage-0": "^6.16.0",
34 "mocha": "^3.1.2"
35 },
36 "homepage": "https://github.com/meikidd/iso-639-1#readme",
37 "engines": {
38 "node": ">=6.0"
39 },
40 "dependencies": {
41 "babel-polyfill": "^6.16.0",
42 "babel-runtime": "^6.18.0"
43 }
44}