-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 937 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
41
42
{
"name": "hyperion"
, "version": "0.0.0"
, "description": "RESTful Services Architecture"
, "author": "Jake Luer <[email protected]> (http://qualiancy.com)"
, "license": "MIT"
, "keywords": [
"rest"
, "restful"
, "http"
]
, "repository": {
"type": "git"
, "url": "[email protected]:qualiancy/hyperion.git"
}
, "engines": {
"node": "*"
}
, "main": "./index"
, "scripts": {
"test": "make test"
}
, "dependencies": {
"drip": "1.1.0"
, "dragonfly": "0.3.x"
, "facet": "0.3.0"
, "hyperion-qs": "0.1.0"
, "hyperion-router": "0.1.2"
, "mime": "1.2.x"
, "pauli": "0.0.x"
, "sherlock": "1.0.0"
, "tea-extend": "0.2.0"
}
, "devDependencies": {
"chai": "*"
, "chai-http": "*"
, "chai-spies": "*"
, "component": "*"
, "mocha": "*"
, "mocha-phantomjs": "*"
}
}