-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy pathpackage.json
33 lines (33 loc) · 910 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
{
"name": "firesale",
"version": "1.0.0",
"description": "A Frontend Masters Example Application",
"main": "app/main.js",
"dependencies": {
"electron": "^3.0.10",
"marked": "^0.5.2"
},
"devDependencies": {
"babel-eslint": "^7.1.1",
"devtron": "^1.4.0",
"electron-packager": "^8.3.0",
"eslint": "^3.11.0",
"eslint-plugin-import": "^2.2.0"
},
"scripts": {
"start": "electron .",
"postinstall": "electron-rebuild",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electron-in-action/firesale.git"
},
"keywords": [],
"author": "Steve Kinney <[email protected]> (http://stevekinney.net)",
"license": "ISC",
"bugs": {
"url": "https://github.com/electron-in-action/firesale/issues"
},
"homepage": "https://github.com/electron-in-action/firesale#readme"
}