This repository has been archived by the owner on Jun 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
72 lines (72 loc) · 2.37 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
{
"name": "snappy-gui",
"version": "0.5.49",
"description": "Snappy Robotics GUI",
"main": "main.js",
"scripts": {
"test": "NODE_ENV=test DEBUG=snappy:* grunt test",
"start": "NODE_ENV=development DEBUG=snappy:* electron .",
"postinstall": "./node_modules/.bin/bower install",
"rebuild": "electron-rebuild -f -w serialport",
"package-mac": "electron-packager . --overwrite --asar=false --platform=darwin --arch=x64 --icon=data/logo/logo.icns --prune=true --out=release-builds",
"package-win": "electron-packager . --overwrite --asar=false --platform=win32 --arch=ia32 --icon=data/logo/logo.ico --prune=true --out=release-builds --version-string.CompanyName='Snappy Robotics' --version-string.FileDescription='Snappy Robotics GUI' --version-string.ProductName='Snappy Robotics GUI'",
"package-linux": "electron-packager . --overwrite --asar=false --platform=linux --arch=x64 --icon=data/logo/512x512.png --prune=true --out=release-builds",
"package-all": "electron-packager . --all",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect",
"prepare": "npm run snyk-protect"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SnappyRobotics/snappy-gui.git"
},
"keywords": [
"snappy",
"robotics",
"gui",
"nodered"
],
"author": "Prajankya",
"license": "GPL-3.0",
"babel": {
"presets": [
"es2015"
]
},
"bugs": {
"url": "https://github.com/SnappyRobotics/snappy-gui/issues"
},
"homepage": "https://github.com/SnappyRobotics/snappy-gui#readme",
"dependencies": {
"bluebird": "^3.5.0",
"bower": "^1.8.0",
"debug": "^2.6.3",
"electron": "^1.6.2",
"ip": "^1.1.5",
"netmask": "^1.0.6",
"node-cleanup": "^2.1.2",
"nodemon": "^1.11.0",
"req-fast": "^0.2.17",
"serialport": "^4.0.7",
"snappy-core": "github:snappyrobotics/snappy-core",
"unirest": "^0.5.1",
"userhome": "^1.0.0",
"when": "^3.7.8",
"snyk": "^1.85.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.0",
"babel-register": "^6.24.0",
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"electron-packager": "^8.6.0",
"electron-rebuild": "^1.5.7",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-mocha-test": "^0.13.2",
"mocha": "^3.2.0",
"nock": "^9.0.9",
"spectron": "^3.6.0"
},
"snyk": true
}