forked from OpenBazaar/OpenBazaar-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.15 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
{
"name": "OpenBazaar",
"version": "0.1.0",
"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",
"test": "exit 0",
"lint": "eslint .",
"valiquire": "valiquire --redirect valiquire-redirect.js .",
"startwithserver": "electron main.js"
},
"dependencies": {
"backbone": ">=1.2.1",
"chosen": "0.0.2",
"cropit": "0.4.5",
"is_js": "0.7.4",
"jquery": "2.1.4",
"jquery-colorbox": "^1.6.3",
"jquery-mousewheel": "3.1.13",
"moment": "2.10.6",
"node-polyglot": "0.4.3",
"qr-encode": "^0.3.0",
"request": ">=2.67.0",
"safestart": "0.8.0",
"sanitize-html": "^1.11.2",
"taggle": "1.6.1",
"underscore": "1.8.3"
},
"devDependencies": {
"electron-prebuilt": "0.34.2",
"eslint": "1.9.0",
"pre-commit": "^1.1.2",
"valiquire": "0.3.0"
},
"pre-commit": [
"valiquire",
"lint",
"test"
]
}