forked from bucharest-gold/roi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.2 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
46
47
48
{
"name": "roi",
"version": "0.18.0",
"description": "A dependency-free http module.",
"main": "lib/roi.js",
"scripts": {
"test": "cross-env NODE_PENDING_DEPRECATION=1 jest --coverage",
"jest-w": "jest --watch",
"lint": "eslint test/*.js lib/*.js",
"coverage": "nyc report --reporter=text-lcov > ./coverage/lcov.info"
},
"files": [
"package.json",
"README.md",
"LICENSE",
"lib"
],
"keywords": [
"http",
"promises",
"node",
"requests"
],
"author": "Helio Frota",
"license": "Apache-2.0",
"devDependencies": {
"corser": "^2.0.1",
"cross-env": "^5.2.0",
"eslint": "^3.8.1",
"eslint-config-semistandard": "^7.0.0",
"eslint-config-standard": "^6.2.0",
"eslint-plugin-jest": "^21.26.2",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-react": "^6.4.1",
"eslint-plugin-standard": "^2.0.1",
"http-auth": "^3.1.1",
"http-server": "^0.10.0",
"jest": "^22.4.4",
"json-server": "^0.14.0",
"lodash": "^4.17.11"
},
"homepage": "https://github.com/bucharest-gold/roi#readme",
"repository": {
"type": "git",
"url": "bucharest-gold/roi"
},
"bugs": "https://github.com/bucharest-gold/roi/issues"
}