-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.16 KB
/
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
42
43
44
45
{
"name": "wajez-api-test",
"version": "1.0.10",
"description": "Testing REST API made easy.",
"main": "src/index.js",
"scripts": {
"test": "mocha --recursive --exit",
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- --recursive --exit -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wajez/api-test.git"
},
"keywords": [
"rest",
"api",
"test",
"mocha",
"chai"
],
"author": "Amine Ben hammou",
"license": "MIT",
"bugs": {
"url": "https://github.com/wajez/api-test/issues"
},
"homepage": "https://github.com/wajez/api-test#readme",
"dependencies": {
"chai": "^4.1.2",
"chai-http": "^4.2.0",
"chance": "^1.0.16",
"mocha": "^5.2.0",
"pluralize": "^7.0.0",
"ramda": "^0.25.0",
"randexp": "^0.5.3",
"wajez-transform": "^1.0.1"
},
"devDependencies": {
"body-parser": "^1.18.3",
"coveralls": "^3.0.2",
"express": "^4.16.3",
"istanbul": "^0.4.5",
"mocha-lcov-reporter": "^1.3.0",
"mongoose": "^5.2.14"
}
}