forked from metarhia/common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 821 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
{
"name": "metarhia-common",
"version": "0.0.22",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "Metarhia Common Library",
"license": "MIT",
"keywords": [
"metarhia",
"common",
"impress",
"jstp",
"globalstorege",
"metasync"
],
"repository": {
"type": "git",
"url": "https://github.com/metarhia/common"
},
"main": "./common.js",
"readmeFilename": "README.md",
"scripts": {
"test": "eslint . && tap test/*.js",
"code-coverage": "tap test/*.js --100",
"code-coverage-report": "tap test/*.js --coverage-report=html",
"lint": "eslint .",
"docs": "metaschema ./common.js"
},
"engines": {
"node": ">=6.0.0"
},
"devDependencies": {
"metaschema": "^0.0.5",
"eslint": "^4.4.0",
"tap": "^10.7.0"
}
}