-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 895 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
{
"name": "manuscript",
"version": "0.3.0",
"description": "A utility to generate documents that describe your API and can be implemented by web frameworks in any language.",
"main": "lib/index.js",
"scripts": {
"start": "node lib/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ArsalanDotMe/manuscript.git"
},
"author": "Arsalan Ahmad <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArsalanDotMe/manuscript/issues"
},
"homepage": "https://github.com/ArsalanDotMe/manuscript#readme",
"devDependencies": {
"code": "^2.1.0",
"eslint": "^1.10.3",
"joi": "^7.2.3",
"lab": "^8.2.0"
},
"dependencies": {
"bluebird": "^3.1.5",
"hapi": "^12.1.0",
"knex": "^0.9.0",
"lodash": "^4.1.0",
"pg": "^4.4.4"
}
}