forked from vowsjs/api-easy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 752 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 752 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
27
{
"name": "api-easy",
"description": "Fluent (i.e. chainable) syntax for generating vows tests against RESTful APIs.",
"version": "0.3.2",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"contributors": [
{ "name": "Charlie Robbins", "email": "charlie@nodejitsu.com" }
],
"repository": {
"type": "git",
"url": "http://github.com/flatiron/api-easy.git"
},
"keywords": ["testing", "api", "REST", "vows"],
"dependencies": {
"pkginfo": "0.2.x",
"request": "2.x.x",
"vows": "0.6.x"
},
"devDependencies": {
"director": "~1.0.3",
"formidable": "1.0.2",
"mkdirp": "0.2.x"
},
"main": "./lib/api-easy",
"scripts": { "test": "vows test/*-test.js --spec" },
"engines": { "node": ">= 0.4.3" }
}