-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 841 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
{
"name": "language-code-russian-names",
"version": "1.0.3",
"description": "Small library for getting russian names of languages by their ISO 639-3 code (also by few another).",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --ui tdd --reporter spec test/test.js"
},
"keywords": [
"language",
"country",
"codes",
"russian",
"english"
],
"author": "Alexander Sharabarov <[email protected]>",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"chai": "^3.5.0",
"lodash": "^4.17.4",
"mocha": "^3.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/alcovegan/language-code-russian-names.git"
},
"bugs": {
"url": "https://github.com/alcovegan/language-code-russian-names/issues",
"email": "[email protected]"
}
}