blob: b645b78f6241833f6a36ec160f2e3d60b32b0145 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
{
"name": "shopping-list",
"version": "1.0.0",
"description": "A simple shopping list app",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/itsarman/shopping-list.git"
},
"author": "Arman Shah",
"license": "MIT",
"bugs": {
"url": "https://github.com/itsarman/shopping-list/issues"
},
"homepage": "https://github.com/itsarman/shopping-list#readme",
"dependencies": {
"electron": "^1.8.2"
},
"devDependencies": {}
}
|