-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1015 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
{
"name": "rapip",
"version": "2.1.0",
"description": "REST API Performance. Test APIs from the perspective of both a Mobile phone and a Node server",
"main": "src/index.js",
"scripts": {
"start": "node example/client-framework.js",
"example:client": "node example/client.js",
"example:client:proxy": "node --trace-warnings example/client-proxy.js",
"example:server": "node example/server.js",
"test": "NODE_ENV=test jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thearegee/RAPIP.git"
},
"author": "Robin Glen",
"license": "ISC",
"bugs": {
"url": "https://github.com/thearegee/RAPIP/issues"
},
"homepage": "https://github.com/thearegee/RAPIP#readme",
"dependencies": {
"chrome-launcher": "^0.3.1",
"chrome-remote-interface": "^0.24.2",
"express": "^4.15.3",
"express-handlebars": "^3.0.0",
"request": "^2.81.0",
"request-promise": "^4.2.1"
},
"devDependencies": {
"jest": "^20.0.4"
}
}