-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.03 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
49
{
"name": "infojobs",
"version": "1.0.1",
"description": "Easy access to the biggest database of job offers in Spain through the Infojobs RESTful API.",
"main": "index.js",
"homepage": "https://github.com/alvarobernalg/infojobs.git",
"repository": {
"type": "git",
"url": "https://github.com/alvarobernalg/infojobs.git"
},
"scripts": {
"test": "ava -v",
"format": "prettier-eslint --write \"./test/*.js\" && prettier-eslint --write \"./index.js\" "
},
"keywords": [
"infojobs",
"Infojobs",
"jobs",
"api",
"query",
"find",
"RESTful",
"spain",
"portal",
"job"
],
"engines": {
"node": "~10.0.0"
},
"author": {
"name": "Alvaro Bernal Gimeno",
"email": "alvaro.bernal.gimeno@gmail.com"
},
"license": "M.I.T",
"devDependencies": {
"ava": "^2.2.0",
"nock": "^10.0.6",
"prettier-eslint-cli": "^4.7.1"
},
"dependencies": {
"request": "^2.85.0"
},
"reveal": "true",
"files": [
"package.json",
"readme.me",
"index.js"
]
}