UNPKG

646 BJSONView Raw
1{
2 "name": "api-test",
3 "version": "3.0.0",
4 "author": "Sitegui <sitegui@sitegui.com.br>",
5 "description": "API testing made simple",
6 "main": "./index.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/clubedaentrega/api-test"
10 },
11 "keywords": [
12 "test",
13 "mocha",
14 "api",
15 "markdown"
16 ],
17 "dependencies": {
18 "async": "^0.9.0",
19 "mocha": "^2.2.4",
20 "mongodb": "^2.0.28",
21 "request": "^2.55.0",
22 "should": "^6.0.1"
23 },
24 "license": "MIT",
25 "engines": {
26 "node": ">=0.10"
27 },
28 "scripts": {
29 "test": "mocha test -b"
30 },
31 "devDependencies": {
32 "body-parser": "^1.12.3",
33 "express": "^4.12.3",
34 "mongoose": "^4.0.2"
35 }
36}
\No newline at end of file