-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 915 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
39
40
41
{
"name": "lingua-logger",
"version": "0.1.0",
"description": "Logger tool for the LinguaCode's core",
"main": "index.js",
"homepage": "https://github.com/LinguaCode/lingua-logger",
"author": "Arman Yeghiazaryann <[email protected]> (http://otanim.com)",
"repository": {
"type": "git",
"url": "git+https://github.com/LinguaCode/linguacode-logger"
},
"engines": {
"node": ">= 6.1.0"
},
"license": "SEE LICENSE file",
"keywords": [
"linguacode-logger",
"lingua-logger",
"linguacode-api",
"linguacode",
"lingua",
"logger",
"core",
"code"
],
"dependencies": {
"lodash": "^4.11.1",
"colors": "^1.1.2"
},
"scripts": {
"start": "node index.js"
},
"bugs": {
"url": "https://github.com/LinguaCode/lingua-logger/issues"
},
"devDependencies": {
"chai": "^3.5.0",
"sinon": "^1.17.4",
"sinon-chai": "^2.8.0"
}
}