-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 965 Bytes
/
package.json
File metadata and controls
44 lines (44 loc) · 965 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "snakeskin-cli",
"description": "CLI plugin for Snakeskin.",
"license": "MIT",
"homepage": "https://github.com/SnakeskinTpl/snakeskin-cli",
"main": "index.js",
"version": "7.2.1",
"author": {
"name": "kobezzza",
"email": "kobezzza@mail.ru",
"url": "https://github.com/kobezzza"
},
"repository": {
"type": "git",
"url": "git://github.com/SnakeskinTpl/snakeskin-cli.git"
},
"bugs": {
"url": "https://github.com/SnakeskinTpl/snakeskin-cli/issues"
},
"bin": {
"snakeskin": "bin/snakeskin.js"
},
"engines": {
"node": ">= 4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"keywords": [
"cli",
"snakeskin"
],
"dependencies": {
"collection.js": "^6.7.3",
"commander": "^2.20.0",
"js-beautify": "^1.10.0",
"mkdirp": "^0.5.1",
"monocle": "^1.1.51",
"snakeskin": "^7.5.1"
},
"devDependencies": {
"eslint": "^5.16.0"
}
}