forked from farmOS/farmOS.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 741 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 741 Bytes
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
{
"name": "farmos",
"version": "0.1.7",
"description": "A library for retrieving data from a farmOS server",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/farmOS/farmOS.js.git"
},
"keywords": [
"agriculture"
],
"author": "farmOS team",
"license": "MIT",
"bugs": {
"url": "https://github.com/farmOS/farmOS.js/issues"
},
"homepage": "https://github.com/farmOS/farmOS.js#readme",
"dependencies": {
"axios": "^0.21.1",
"ramda": "^0.26.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.2.0",
"eslint-plugin-import": "^2.20.1"
}
}