forked from OpenBazaar/OpenBazaar-Installer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.19 KB
/
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
43
44
{
"name": "openbazaar",
"productName": "OpenBazaar",
"version": "1.1.13",
"description": "Decentralized Peer to Peer Marketplace for Bitcoin",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OpenBazaar/OpenBazaar-Installer.git"
},
"keywords": [
"p2p",
"bitcoin",
"ecommerce",
"decentralized"
],
"author": "OpenBazaar",
"license": "MIT",
"bugs": {
"url": "https://github.com/OpenBazaar/OpenBazaar-Installer/issues"
},
"homepage": "https://github.com/OpenBazaar/OpenBazaar-Installer#readme",
"devDependencies": {
"electron-installer-dmg": "^0.1.0",
"electron-packager": "^5.1.0",
"electron-windows-installer": "^1.1.0",
"grunt": "^0.4.5",
"grunt-electron-debian-installer": "^0.1.0",
"grunt-electron-installer": "^2.1.0",
"grunt-electron-installer-debian": "^0.2.0",
"gulp": "^3.9.0",
"gulp-util": "^3.0.7"
},
"dependencies": {
"graceful-fs": "^4.1.1",
"electron-builder": "^2.5.0",
"electron-installer-debian": "^0.2.0",
"electron-packager": "*",
"electron-prebuilt": "0.37.6"
}
}