-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
94 lines (94 loc) · 2.79 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "petron",
"productName": "Petron",
"version": "0.8.0",
"description": "Open Source Car Computer",
"license": "MIT",
"repository": "https://github.com/dominic.rico/petron",
"author": {
"name": "Dominic Rico Gómez",
"email": "hello@coderocket.me",
"url": "https://www.code-skate.com"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start",
"start": "grunt",
"debug": "node-inspector && electron --debug=5858 && ",
"build": "electron-packager ./ Petron --platform=linux --arch=armv7l --out=release --overwrite",
"installer": "electron-installer-debian --src release/Petron-linux-armv7l/ --dest release/installers/ --arch armv7l --config config.json",
"rebuild": "./node_modules/.bin/electron-rebuild",
"lint": "jshint --config .jshintrc --reporter=node_modules/jshint-stylish app src *.js"
},
"files": [
"index.js",
"index.html",
"index.css"
],
"keywords": [
"petron",
"car",
"computer",
"audio",
"video",
"navigation",
"obd",
"raspberry",
"pi",
"electron",
"angular"
],
"dependencies": {
"bluetooth-obd": "^0.2.4",
"diskdb": "^0.1.15",
"electron": "^1.0.1",
"electron-connect": "^0.6.0",
"electron-json-storage": "^2.0.0",
"electron-oauth2": "^2.4.1",
"ffmpeg": "0.0.4",
"ffprobe": "^1.1.0",
"ffprobe-static": "^2.0.0",
"install": "^0.8.7",
"ipc": "0.0.1",
"musicmetadata": "^2.0.4",
"node-phony": "git://github.com/dominicrico/node-phony.git",
"node-upnp-client": "0.0.2",
"obd-parser": "^0.3.0",
"obd-parser-bluetooth-connection": "git://github.com/dominicrico/obd-parser-bluetooth-connection.git",
"remote": "^0.2.6",
"rpi-gpio": "^0.8.1",
"shelljs": "^0.7.7",
"spotify-web-api-node": "^2.4.0",
"upnp-mediarenderer-client": "^1.2.4",
"xml2json": "^0.11.0"
},
"devDependencies": {
"devtron": "^1.4.0",
"electron-debug": "^1.0.0",
"electron-installer-debian": "^0.4.0",
"electron-packager": "^8.1.0",
"electron-rebuild": "1.5.7",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-html-build": "^0.6.1",
"grunt-html2js": "^0.3.6",
"grunt-istanbul": "^0.7.2",
"grunt-wiredep": "^3.0.1",
"jasmine": "^2.5.3",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "1.3.0",
"karma-chrome-launcher": "^2.1.1",
"karma-coverage": "^1.1.1",
"karma-electron": "^5.2.1",
"karma-jasmine": "^1.0.2",
"karma-jquery": "^0.2.0",
"karma-mocha-reporter": "^2.2.3",
"karma-phantomjs-launcher": "^1.0.4",
"karma-spec-reporter": "0.0.30",
"karma-wiredep": "^1.0.3",
"load-grunt-tasks": "^3.5.2",
"obd-parser-development-connection": "^0.1.3"
}
}