-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
70 lines (70 loc) · 1.88 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
{
"name": "octopus",
"version": "0.0.1",
"description": "Multi-module repo build helper parent",
"author": "Vilius Lukosius",
"license": "ISC",
"private": true,
"homepage": "https://github.com/wix/octopus",
"scripts": {
"postinstall": "start-runner init",
"bootstrap": "start-runner bootstrap",
"test": "start-runner test",
"start": "start-runner"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/octopus"
},
"bugs": {
"url": "https://github.com/wix/octopus/issues"
},
"devDependencies": {
"markdown-magic": "^0.1.15",
"octopus-start-modules-tasks": "latest",
"octopus-start-preset-depcheck": "latest",
"octopus-start-preset-dependencies": "latest",
"octopus-start-preset-idea": "latest",
"octopus-start-preset-modules": "latest",
"octopus-start-preset-prepush": "latest",
"octopus-start-reporter": "latest",
"octopus-start-tasks": "latest",
"start": "~5.1.0",
"start-simple-cli": "~4.1.1"
},
"managedDependencies": {
"handlebars": "4.0.10",
"lodash": "4.17.4",
"object-filter": "1.0.2",
"shelljs": "0.7.7",
"chai": "3.5.0",
"eslint": "3.19.0",
"eslint-plugin-mocha": "4.9.0",
"mocha": "3.4.1",
"npm-version-up": "0.1.5",
"graphlib": "2.1.1",
"minimatch": "3.0.4",
"parse-gitignore": "0.4.0",
"chai-as-promised": "6.0.0",
"sinon": "2.3.1",
"sinon-chai": "2.10.0",
"fs-extra": "3.0.1",
"bluebird": "3.5.0",
"chai-shallow-deep-equal": "1.4.6",
"deep-equal": "1.0.1",
"deep-keys": "0.4.0",
"exec-then": "1.3.1",
"start": "5.1.0",
"start-input-connector": "0.2.0",
"start-concurrent": "0.1.0",
"start-simple-cli": "4.1.1",
"chalk": "1.1.3",
"dateformat": "2.0.0",
"depcheck": "0.6.7",
"ramda": "0.23.0",
"semver": "5.3.0"
},
"managedPeerDependencies": {
"start": ">= 5.1.0"
}
}