-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
44 lines (44 loc) · 1.5 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
{
"name": "blacksmith",
"version": "1.0.10",
"description": "Bitnami Blacksmith System",
"main": "index.js",
"engines": {
"node": "~6"
},
"dependencies": {
"lodash": "^4.0.0",
"blacksmith-containerized-build-command": "bitnami/blacksmith-containerized-build#v0.0.22",
"blacksmith-base-components": "bitnami/blacksmith-base-components#v0.0.13",
"blacksmith-extra-component-types": "bitnami/blacksmith-extra-component-types#v0.0.6",
"nami-utils": "^0.1.0",
"cmd-parser": "^0.0.1",
"blacksmith-core": "bitnami/blacksmith-core#v0.0.26",
"common-utils": "bitnami/node-common-utils#v2.0.2",
"version-utils": "bitnami/node-version-utils#v2.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"bitnami-gulp-common-tasks": "bitnami/gulp-common-tasks#v2.0.4",
"minimist": "^1.2.0",
"blacksmith-test": "bitnami/blacksmith-test#v0.0.11",
"chai": "^3.2.0",
"chai-fs": "git+https://github.com/bitnami/chai-fs.git",
"chai-subset": "^1.1.0",
"eslint": "^2.11.1",
"eslint-config-bitnami": "bitnami/eslint-config-bitnami#v1.0.0",
"eslint-plugin-import": "^1.8.1"
},
"scripts": {
"install-runtime": "gulp install-node",
"bundle": "gulp bundle",
"lint": "gulp lint",
"test": "gulp test",
"ci-test": "gulp ci-test",
"ci-lint": "gulp ci-lint",
"ci-cpd": "gulp ci-cpd",
"eslint-report": "eslint *.js lib -f node_modules/eslint-html-reporter/reporter.js -o qa/eslint-report.html"
},
"author": "Bitnami",
"license": "GPL-2.0"
}