-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.57 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.57 KB
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
{
"name": "launch-cloud-browser",
"version": "0.0.5",
"description": "launch-cloud for your browser",
"main": ".dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/cloud-launcher/launch-cloud-browser"
},
"keywords": [
"launch-cloud",
"browser",
"cloud-launcher",
"cloud",
"provisioning",
"digitalocean",
"aws",
"gce",
"azure",
"rackspace"
],
"author": "Blake La Pierre",
"license": "MIT",
"bugs": {
"url": "https://github.com/cloud-launcher/launch-cloud-browser/issues"
},
"homepage": "https://github.com/cloud-launcher/launch-cloud-browser",
"devDependencies": {
"babel-core": "^6.7.2",
"babel-preset-es2015": "^6.6.0",
"browserify": "^13.0.0",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-cached": "^1.1.0",
"gulp-clean": "^0.3.2",
"gulp-concat": "^2.6.0",
"gulp-jshint": "^2.0.0",
"gulp-load-plugins": "^1.2.0",
"gulp-pipe": "^1.0.4",
"gulp-print": "^2.0.1",
"gulp-run": "^1.6.12",
"gulp-sequence": "^0.4.5",
"gulp-sourcemaps": "^1.6.0",
"gulp-tasks": "0.0.2",
"gulp-traceur": "^0.17.2",
"gulp-uglify": "^1.5.3",
"gulp-util": "^3.0.7",
"jshint": "^2.9.1",
"jshint-stylish": "^2.1.0",
"minimist": "^1.2.0",
"traceur": "0.0.104",
"traceur-runtime": "0.0.59",
"vinyl-source-stream": "^1.1.0"
},
"dependencies": {
"browser-request": "^0.3.3",
"launch-cloud-core": "^0.0.2",
"provider-digitalocean": "0.0.2"
}
}