forked from OpenBazaar/OpenBazaar-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.45 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "OpenBazaar",
"version": "1.1.8",
"description": "OpenBazaar Client",
"main": "main.js",
"repository": {
"type": "git",
"url": "git://github.com/OpenBazaar/OpenBazaar-Client.git"
},
"homepage": "https://openbazaar.org/",
"bugs": "https://github.com/OpenBazaar/OpenBazaar-Client/issues/",
"license": "MIT",
"scripts": {
"start": "electron main.js",
"lint": "eslint .",
"valiquire": "valiquire --redirect valiquire-redirect.js .",
"startwithserver": "electron main.js",
"validate": "npm ls",
"test": "exit 0"
},
"dependencies": {
"autolinker": "^0.22.0",
"backbone": ">=1.2.1",
"backbone.localstorage": "^1.1.16",
"chosen": "0.0.2",
"cropit": "0.5.1",
"ini": "^1.3.4",
"is_js": "0.7.4",
"jquery": "2.1.4",
"jquery-colorbox": "^1.6.3",
"jquery-mousewheel": "3.1.13",
"medium-editor": "^5.13.0",
"moment": "2.10.6",
"node-polyglot": "0.4.3",
"open": "0.0.5",
"papaparse": "^4.1.2",
"qr-encode": "^0.3.0",
"request": ">=2.67.0",
"safestart": "0.8.0",
"sanitize-html": "^1.11.2",
"smtp-connection": "^2.5.0",
"sortablejs": "^1.4.2",
"taggle": "1.6.1",
"underscore": "1.8.3",
"winreg": "^1.1.1",
"yargs": "^4.1.0"
},
"devDependencies": {
"electron-prebuilt": "0.37.6",
"eslint": "^2.10.2",
"precommit-hook": "3.0.0",
"valiquire": "0.3.0"
},
"pre-commit": [
"lint",
"valiquire",
"test"
]
}