forked from elastic/azure-marketplace
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
65 lines (65 loc) · 1.81 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
{
"name": "elasticsearch-arm-template",
"version": "0.0.0",
"description": "The home for the elasticsearch arm template and market place ui",
"main": "index.js",
"private": true,
"scripts": {
"test": "gulp --gulpfile build/gulpfile.js test",
"build": "gulp --gulpfile build/gulpfile.js",
"release": "gulp --gulpfile build/gulpfile.js release",
"headless": "gulp --gulpfile build/gulpfile.js headless",
"azure-cleanup": "gulp --gulpfile build/gulpfile.js azure-cleanup",
"deploy": "gulp --gulpfile build/gulpfile.js deploy",
"links": "gulp --gulpfile build/gulpfile.js links"
},
"repository": {
"type": "git",
"url": "git://github.com/elastic/azure-marketplace.git"
},
"keywords": [
"azure",
"arm",
"elasticsearch",
"marketplace"
],
"author": "Elastic",
"license": "MIT",
"bugs": {
"url": "https://github.com/elastic/azure-marketplace/issues"
},
"homepage": "https://github.com/elastic/azure-marketplace",
"devDependencies": {
"casperjs": "^1.1.1",
"colors": "^1.4.0",
"compare-versions": "^3.6.0",
"dateformat": "^3.0.3",
"del": "^2.2.1",
"eclint": "^2.8.1",
"git-rev": "^0.2.1",
"git-tools": "^0.2.1",
"gulp": "^4.0.2",
"gulp-add-src": "^1.0.0",
"gulp-casperjs": "0.0.5",
"gulp-jsonlint": "^1.3.2",
"gulp-replace": "^0.5.4",
"gulp-transform": "^3.0.5",
"gulp-util": "^3.0.7",
"gulp-zip": "^5.0.2",
"highlight.js": ">=10.4.1",
"ini": ">=1.3.6",
"jsonfile": "^2.2.3",
"kind-of": ">=6.0.3",
"lodash": "^4.17.19",
"lodash.template": ">=4.5.0",
"mem": "^6.1.0",
"merge": "^1.2.1",
"minimist": ">=0.2.1",
"mkdirp": "^0.5.5",
"phantomjs-prebuilt": "^2.1.7",
"request": "^2.88.2",
"requiredir": "^1.0.7",
"yargs": "^16.2.0"
},
"dependencies": {}
}