-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 943 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
41
{
"name": "@friendsofhere/create-here-plugin",
"version": "1.3.1",
"description": "Scaffold out a Here plugin",
"main": "src/index.js",
"bin": {
"here": "src/index.js"
},
"license": "MIT",
"keywords": [
"here",
"plugin",
"generator",
"scaffold"
],
"homepage": "https://github.com/FriendsOfHere/plugin-generator#readme",
"repository": "github:FriendsOfHere/plugin-generator",
"bugs": {
"url": "https://github.com/FriendsOfHere/plugin-generator/issues"
},
"author": {
"name": "Lifesign",
"email": "[email protected]",
"url": "https://github.com/lifesign"
},
"scripts": {},
"engines": {
"node": ">=8"
},
"dependencies": {
"args": "^5.0.0",
"chalk": "^3.0.0",
"mem-fs": "^1.1.3",
"mem-fs-editor": "^6.0.0",
"ora": "^4.0.3",
"prompts": "^2.3.0",
"spdx-license-list": "^6.1.0",
"update-notifier": "^4.1.0",
"yosay": "^2.0.2"
}
}