-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
34 lines (34 loc) · 892 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": "app-ads-txt",
"version": "0.1.1",
"description": "app-ads.txt crawler according to \"IAB Technology Laboratory\"",
"main": "index.js",
"scripts": {
"lint": "eslint -c .eslintrc.json .",
"test": "npm run lint && jest --env=node --coverage --runInBand --config jest.config.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ramimoshe/app-ads.txt.git"
},
"author": "Rami Moshe",
"license": "ISC",
"bugs": {
"url": "https://github.com/ramimoshe/app-ads.txt/issues"
},
"homepage": "https://github.com/ramimoshe/app-ads.txt#readme",
"dependencies": {
"ads.txt": "^0.3.0",
"bluebird": "^3.5.3",
"lodash": "^4.17.21",
"superagent": "^4.1.0",
"superagent-proxy": "^2.0.0"
},
"devDependencies": {
"jest": "^22.1.2",
"superagent-mocker": "^0.5.2"
},
"engines": {
"node": ">= 8"
}
}