forked from max-mapper/elementary-electron
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 980 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
42
{
"name": "elementary-electron",
"version": "1.5.2",
"description": "nodeschool workshop to learn electron",
"main": "index.js",
"bin": {
"elementary-electron": "bin/elementary-electron"
},
"scripts": {
"test": "standard"
},
"keywords": [
"nodeschool",
"workshopper",
"adventure",
"tutorial",
"electron"
],
"contributors": [
"Max Ogden (https://github.com/maxogden)",
"freeman-lab (https://github.com/freeman-lab)"
],
"author": "Max Ogden",
"license": "ISC",
"dependencies": {
"chalk": "^1.1.1",
"cheerio": "^0.20.0",
"which": "^1.2.4",
"workshopper-adventure": "^5.1.8"
},
"devDependencies": {
"standard": "^8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maxogden/elementary-electron.git"
},
"bugs": {
"url": "https://github.com/maxogden/elementary-electron/issues"
},
"homepage": "https://github.com/maxogden/elementary-electron#readme"
}