-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 843 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
35
36
37
{
"name": "lxc-query",
"version": "1.0.13",
"description": "A Node.js LXD client which uses your local instance of LXD and \"lxc query\" to manage your local or remote LXD servers.",
"main": "src/index.js",
"scripts": {
"test": "standard --fix && standard && ./node_modules/mocha/bin/mocha"
},
"standard": {
"env": [
"mocha"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/lcherone/lxc-query.git"
},
"keywords": [
"library",
"utility",
"helper",
"api",
"client",
"lxd",
"lxc"
],
"author": "Lawrence Cherone",
"license": "MIT",
"bugs": {
"url": "https://github.com/lcherone/lxc-query/issues"
},
"homepage": "https://github.com/lcherone/lxc-query#readme",
"devDependencies": {
"mocha": "^5.1.1",
"standard": "^11.0.1"
}
}