-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1011 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
{
"name": "@slatestudio/adept",
"version": "1.7.1",
"description": "Fat free library for schema based API services",
"repository": {
"type": "git",
"url": "http://github.com/slate-studio/adept.git"
},
"bugs": {
"url": "http://github.com/slate-studio/adept/issues"
},
"main": "lib/index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"dependencies": {
"bluebird": "^3.5.1",
"lodash.camelcase": "^4.3.0",
"lodash.capitalize": "^4.2.1",
"lodash.clonedeep": "^4.5.0",
"lodash.isundefined": "^3.0.1",
"lodash.keyby": "^4.6.0",
"lodash.lowercase": "^4.3.0",
"lodash.pick": "^4.4.0",
"statuses": "^1.5.0",
"z-schema": "^3.22.0"
},
"devDependencies": {
"chai": "^4.1.2",
"eslint": "^5.1.0",
"nyc": "^11.9.0",
"mocha": "^5.2.0"
},
"scripts": {
"test": "eslint lib/ test/ && NODE_PATH=./ nyc --reporter html mocha --exit"
},
"author": "Alexander Kravets <[email protected]>",
"license": "ISC"
}