-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 919 Bytes
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": "apier",
"description": "Creating APIs can't be easier.",
"version": "1.0.4",
"author": "Knorcedger",
"bugs": "https://github.com/Knorcedger/apier/issues",
"dependencies": {
"apier-accessverifier": "^1.0.2",
"apier-database": "^1.0.2",
"apier-dataparser": "^1.0.1",
"apier-permissioner": "^1.0.0",
"apier-responsebuilder": "^1.1.1",
"apier-validationsrunner": "^1.0.1",
"body-parser": "^1.14.2",
"mongoose-schema-extender": "^1.0.1",
"reqlog": "^1.1.3",
"router": "^1.1.3"
},
"devDependencies": {
"eslint": "^1.10.3",
"eslint-config-google": "^0.3.0"
},
"homepage": "https://github.com/Knorcedger/apier",
"keywords": [
"API",
"apier",
"node",
"node.js"
],
"license": "MIT",
"main": "index.js",
"repository": {
"url": "https://github.com/Knorcedger/apier"
},
"scripts": {
"test": "eslint index.js"
}
}