-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
52 lines (52 loc) · 1.19 KB
/
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
49
50
51
52
{
"name": "express-endpoint",
"version": "2.3.2",
"description": "Parse, validate, document and modify endpoint parameters.",
"homepage": "https://github.com/dokipen/express-endpoint",
"keywords": [
"url",
"parse",
"validation",
"connect",
"express",
"doc",
"api"
],
"author": "Bob Corsaro <[email protected]> (http://www.google.com/profiles/rcorsaro)",
"repository": {
"type": "git",
"url": "git://github.com/dokipen/express-endpoint.git"
},
"bugs": {
"url": "http://github.com/dokipen/express-endpoint/issues/"
},
"directories": {
"lib": "./lib"
},
"dependencies": {
"express": "^4.0.0",
"highlight.js": "^9.6.0",
"pug": "^0.1.0",
"json2xml": "^0.1.2",
"lodash": "^4.15.0",
"bluebird": "^3.4.6",
"morgan": "^1.7.0",
"urlparse.js": "^0.0.7",
"errorhandler": "^1.4.3",
"debug": "*"
},
"devDependencies": {
"mocha": "^3.0.2",
"should": "^11.1.0",
"libxmljs": "^0.18.0"
},
"main": "./index.js",
"scripts": {
"test": "mocha",
"develop": "bin/develop.sh"
},
"contributors": [
"Bob Corsaro <[email protected]> (http://bit.ly/rcorsaro)"
],
"optionalDependencies": {}
}