forked from angelini/resty
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 719 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 719 Bytes
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
{
"name": "easyapi",
"description": "Build quick and simple RESTfull APIs using Node.js and connect. Based on resty by Alex Angelini <alex.louis.angelini@gmail.com> (forked from Paulius Uza <pauliusuza@gmail.com>)",
"keywords": ["rest", "node", "connect", "simple"],
"version": "0.2.1",
"repository": {
"type": "git",
"url": "git://github.com/jhohm/easyapi"
},
"author": "John Keith Hohm <john@hohm.net>",
"main": "easyapi",
"engines": {
"node": ">=0.4.10"
},
"devDependencies": {
"connect": ">= 1.8.5",
"vows": ">= 0.6.1",
"request": ">= 2.9.3"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jhohm/easyapi/raw/master/LICENSE"
}
]
}