This repository was archived by the owner on Feb 8, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
81 lines (81 loc) · 1.8 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "piscosour",
"version": "1.3.5",
"description": "The adhesive orchestrator",
"main": "index.js",
"homepage": "https://github.com/cellsjs/piscosour",
"repository": {
"type": "git",
"url": "git+https://github.com/cellsjs/piscosour.git"
},
"bugs": {
"url": "https://github.com/cellsjs/piscosour/issues",
"email": "cells.tooling.group@bbva.com"
},
"author": {
"email": "cells.tooling.group@bbva.com",
"name": "QPA"
},
"license": "Apache-2.0",
"engines": {
"node": ">=4.0.0"
},
"keywords": [
"piscosour-recipe",
"tooling",
"wrapper",
"CLI",
"jenkins",
"bamboo",
"CI",
"integration",
"continuous",
"deployment",
"docker",
"testing",
"junit",
"orchestrator",
"gulp"
],
"preferGlobal": true,
"bin": {
"pisco": "bin/pisco.js"
},
"scripts": {
"deps": "npm install",
"test": "node_modules/.bin/mocha -u tdd --recursive && bin/pisco.js -ft"
},
"dependencies": {
"async": "^2.2.0",
"chalk": "^1.1.1",
"global-modules": "^0.2.2",
"inquirer": "^1.1.1",
"lodash": "^4.13.1",
"marked": "^0.3.5",
"marked-terminal": "^1.6.1",
"moment": "^2.10.6",
"nopt": "^3.0.6",
"pisco-contexts": "^1.0.0",
"pisco-requirements": "*",
"pisco-site-template-basic": "^0.2.0",
"rimraf": "^2.5.2",
"semver": "^5.1.0",
"stripcolorcodes": "^0.1.0",
"universal-analytics": "^0.3.11",
"update-notifier": "^0.7.0",
"uuid": "^2.0.2",
"xml": "^1.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"cz-conventional-changelog": "^1.1.5",
"mocha": "^3.2.0",
"pisco-callback-to-promise": "^0.1.3",
"pisco-functional-tests": "^1.0.0"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}