-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1017 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
{
"name": "linguacode-translations",
"version": "0.1.3",
"description": "Constants",
"main": "./src/index.js",
"homepage": "https://github.com/linguacode/linguacode-translations",
"author": "Arman Yeghiazaryann <[email protected]> (http://otanim.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/linguacode/linguacode-translations"
},
"engines": {
"node": ">= 7.9.0"
},
"license": "SEE the LICENSE file",
"keywords": [
"js",
"es5",
"node",
"education",
"programming",
"linguacode",
"language"
],
"scripts": {
"start": "node index.js",
"postinstall": "node tools/languageListGenerate/index.js",
"json2tree": "node tools/json2tree/index.js",
"tree2json": "node tools/tree2json/index.js"
},
"dependencies": {
"linguacode-constants": "https://github.com/linguacode/linguacode-constants",
"lodash": "^4.17.4"
},
"bugs": {
"url": "https://github.com/linguacode/linguacode-translations/issues"
}
}