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
38 lines (37 loc) · 774 Bytes
/
package.json
File metadata and controls
38 lines (37 loc) · 774 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
28
29
30
31
32
33
34
35
36
37
{
"name": "api-easy",
"description": "Fluent (i.e. chainable) syntax for generating vows tests against RESTful APIs.",
"version": "0.3.8",
"author": "Nodejitsu Inc. <info@nodejitsu.com>",
"maintainers": [
"indexzero <charlie@nodejitsu.com>"
],
"repository": {
"type": "git",
"url": "http://github.com/flatiron/api-easy.git"
},
"keywords": [
"testing",
"api",
"REST",
"vows"
],
"dependencies": {
"pkginfo": "0.3.x",
"request": "2.x.x",
"vows": "0.7.x",
"qs": "0.5.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"
}
}