-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.2 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.2 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
{
"name": "launch-cloud-core",
"version": "0.0.4",
"description": "launches clouds",
"repository": "https://github.com/cloud-launcher/lauch-cloud-core",
"main": ".dist/index.js",
"author": "Blake La Pierre",
"license": "MIT",
"dependencies": {
"babel-runtime": "^4.7.16",
"do-wrapper": "^0.2.3",
"generator-trees": "^0.1.1",
"hogan.js": "^3.0.2",
"launch-cloud-providers": "^0.0.6",
"promise-callback": "^3.0.0"
},
"devDependencies": {
"babelify": "^7.1.0",
"glob": "^5.0.3",
"gulp": "^3.8.11",
"gulp-brfs": "^0.1.0",
"gulp-cached": "^1.0.4",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.5.2",
"gulp-jshint": "^1.9.4",
"gulp-load-plugins": "^0.9.0",
"gulp-pipe": "^1.0.3",
"gulp-print": "^1.1.0",
"gulp-run": "^1.6.6",
"gulp-sequence": "^0.3.2",
"gulp-sourcemaps": "^1.5.1",
"gulp-tasks": "0.0.2",
"gulp-traceur": "^0.17.0",
"gulp-util": "^3.0.4",
"gulp-watch": "^4.2.0",
"hjson": "^1.6.3",
"jshint-stylish": "^1.0.1",
"lodash": "^3.5.0",
"minimist": "^1.1.1",
"relaxed-json": "^0.2.9",
"request": "^2.53.0",
"rjson": "^0.2.4",
"time-require": "^0.1.2",
"uuid": "^2.0.1"
}
}