-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
60 lines (60 loc) · 1.32 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
53
54
55
56
57
58
59
60
{
"name": "percolator",
"description": "Percolator is a framework for quickly and easily building quality HTTP APIs in Node.js",
"keywords": [
"api",
"rest",
"http",
"resource",
"hypermedia"
],
"version": "1.5.1",
"bugs": {
"url": "https://github.com/cainus/percolator/issues"
},
"scripts": {
"test": "make test-coveralls"
},
"maintainers": [
"Gregg Caines <[email protected]> (http://caines.ca)"
],
"dependencies": {
"JSV": "4.0.2",
"connect": "3.0.1",
"detour": "0.16.9",
"hyperjson": "0.0.1",
"hyperjson-browser": "0.0.7",
"hyperjson-connect": "0.0.7",
"json-status": "0.5.1",
"log-driver": "1.2.1",
"onbody": "0.0.1",
"oneone": "0.6.3",
"reaper": "0.3.1",
"underscore": "1.3.3",
"urlgrey": "0.0.8",
"urlgrey-connect": "0.1.1"
},
"devDependencies": {
"mocha": "1.20.1",
"istanbul": "0.2.11",
"request": "2.19.0",
"mocha-lcov-reporter": "0.0.1",
"jshint": "2.5.1",
"jscoverage": "0.3.6",
"coveralls": "2.2.0",
"mockery": "1.1.2",
"hottap": "1.0.0",
"should": "1.1.0"
},
"main": "index.js",
"directories": {
"doc": "docs",
"test": "test"
},
"repository": {
"type": "git",
"url": "git://github.com/cainus/percolator.git"
},
"author": "Gregg Caines",
"license": "BSD"
}