-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.21 KB
/
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
42
43
44
{
"name": "linguacode-translator",
"version": "0.0.11",
"description": "2 side conversion: code to text; text to code.",
"main": "index.js",
"homepage": "https://github.com/LinguaCode/linguacode-translator",
"author": "Arman Yeghiazaryann <[email protected]> (http://otanim.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/LinguaCode/linguacode-translator"
},
"engines": {
"node": ">= 7.9.0"
},
"license": "SEE LICENSE file",
"keywords": [
"js",
"es5",
"node",
"cache",
"wiper",
"node.js",
"require",
"cache-wiper",
"node-cache-wiper"
],
"scripts": {
"start": "node index.js",
"test": "mocha",
"coverage": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec && gnome-open coverage/lcov-report/index.html",
"coveralls": "istanbul cover ./node_modules/.bin/_mocha && ./node_modules/.bin/istanbul-coveralls"
},
"bugs": {
"url": "https://github.com/LinguaCode/linguacode-translator/issues"
},
"dependencies": {
"linguacode-translations": "https://github.com/LinguaCode/linguacode-translations"
},
"devDependencies": {
"istanbul": "^0.4.5",
"istanbul-coveralls": "^1.0.3",
"mocha": "^3.4.1"
}
}