-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
48 lines (48 loc) · 946 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
42
43
44
45
46
47
48
{
"name": "kemboijs",
"version": "0.0.2",
"description": "Kemboijs is a NodeJS API-based Framework",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"start": "node index.js",
"test": "nyc --reporter=lcov --reporter=text mocha --exit"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kemboijs/kemboijs.git"
},
"keywords": [
"nodejs",
"kemboijs",
"restful",
"api",
"web",
"server",
"nodejs",
"rest",
"framework",
"javascript"
],
"author": "Ezrqn Kemboi",
"contributors": [
"Ezrqn Kemboi <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/kemboijs/kemboijs/issues"
},
"homepage": "https://github.com/kemboijs/kemboijs#readme",
"devDependencies": {
"mocha": "^8.1.1",
"nyc": "^15.1.0"
},
"files": [
"LICENSE",
"README.md",
"index.js",
"lib/"
]
}