-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.18 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
{
"name": "bitbloq-offline",
"version": "1.2.3",
"main": "main.js",
"license": "GPL-3.0",
"dependencies": {
"angular": "^1.6.7",
"async": "^1.5.2",
"bower": "^1.7.10",
"electron": "^4.1.5",
"grunt": "^1.0.4",
"grunt-sass": "^1.1.0",
"grunt-svgstore": "^1.0.0",
"jquery": "^2.2.0",
"q": "^1.5.0",
"universal-analytics": "^0.3.11",
"ws": "1.0.1"
},
"devDependencies": {
"grunt-contrib-clean": "0.7.0",
"grunt-contrib-copy": "0.8.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "0.6.1",
"grunt-exec": "0.4.6",
"grunt-shell": "1.1.2",
"grunt-wiredep": "2.0.0",
"jshint-stylish": "^2.1.0",
"load-grunt-tasks": "3.4.0"
},
"repository": {
"type": "git",
"url": "https://github.com/bq/bitbloq-offline.git"
},
"scripts": {
"postinstall": "bower install",
"test": "node $(which grunt) jshint",
"start": "electron ."
},
"contributors": [
"Diego Segura <diego.segura@bq.com>",
"Laura del Río <laura.delrio@bq.com>",
"Fernando del Olmo <fernando.delolmo@bq.com>",
"Tom Calvo <tomas.calvo@bq.com>",
"Luis Antonio Gonzalez <luisantonio.gonzalez@bq.com>"
]
}