This repository was archived by the owner on Apr 1, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.42 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
{
"name": "SolarSurferPlanner",
"version": "0.2.4",
"description": "Navigation planner for the SolarSurfer project.",
"scripts": {
"preinstall": "rm -rf node_modules bower_components",
"postinstall": "node_modules/bower/bin/bower install --config.interactive=false",
"start": "node_modules/brunch/bin/brunch watch --server --port 4444",
"build": "rm -rf _public; node_modules/brunch/bin/brunch build",
"upload": "ssh commander.bluerobotics.com 'rm -rf ~/commander.bluerobotics.com/*'; scp -r _public/. commander.bluerobotics.com:~/commander.bluerobotics.com",
"surfer": "ssh surfer.bluerobotics.com 'rm -rf ~/surfer.bluerobotics.com/*'; scp -r _public/. surfer.bluerobotics.com:~/surfer.bluerobotics.com"
},
"repository": {
"type": "git",
"url": "https://github.com/bluerobotics/SolarSurferPlanner.git"
},
"author": "BlueRobotics",
"license": "Apache v2",
"bugs": {
"url": "https://github.com/bluerobotics/SolarSurferPlanner/issues"
},
"homepage": "https://github.com/bluerobotics/SolarSurferPlanner",
"dependencies": {
"aang-template-brunch": "~1.7.6",
"after-brunch": "0.0.4",
"auto-reload-brunch": ">= 1.0 < 1.8",
"bower": "^1.3.5",
"brunch": "~1.7",
"clean-css-brunch": ">= 1.0 < 1.8",
"css-brunch": ">= 1.0 < 1.8",
"javascript-brunch": ">= 1.0 < 1.8",
"less-brunch": ">= 1.0 < 1.8",
"uglify-js-brunch": ">= 1.0 < 1.8"
},
"devDependencies": {}
}