-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 992 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
38
39
40
{
"name": "node-snapd",
"version": "1.0.1",
"description": "nodejs client interface to ubuntu core snapd api",
"main": "src/index.js",
"scripts": {
"test": "node ./test/index.js",
"lint": "./node_modules/.bin/eslint ./src/",
"build-docs": "npx jsdoc -c jsdoc.json"
},
"author": "RosHub Inc. <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
},
"homepage": "https://github.com/roshub/node-snapd",
"repository": {
"type": "git",
"url": "https://github.com/roshub/node-snapd.git"
},
"devDependencies": {
"eslint": "^4.18.2",
"eslint-config-standard": "github:standard/eslint-config-standard",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1",
"docdash": "^1.1.1",
"jsdoc": "^3.6.2"
},
"keywords": [
"snap",
"snapcraft",
"apt",
"flatpack",
"deb",
"snapd",
"snappy",
"ubuntu"
]
}