-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (41 loc) · 816 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
{
"name": "routest",
"author": "Evan Short",
"description": "simple, stupid, agnostic integration testing for APIs and the mysql databases that serve them",
"version": "0.3.7",
"repository": {
"type": "git",
"url": "https://github.com/whtevn/routest.git"
},
"bugs": {
"url": "https://github.com/whtevn/routest/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/whtevn/routest/blob/master/LICENSE"
}
],
"engines": {
"node": ">=0.8.26"
},
"keywords": [
"api",
"integration",
"testing",
"utility"
],
"scripts": {},
"main": "./index.js",
"dependencies": {
"configen": "latest",
"confoo": "latest",
"httpromise": "latest",
"underscore": "~1.7.0"
},
"devDependencies": {
"body-parser": "^1.10.0",
"express": "^4.10.4",
"node-uuid": "^1.4.2"
}
}