-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.18 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
{
"name": "octopus-start-modules-tasks",
"version": "0.0.1",
"description": "start tasks for octopus-modules",
"author": "Vilius Lukosius",
"license": "ISC",
"homepage": "https://github.com/wix/octopus",
"main": "index.js",
"scripts": {
"build": ":",
"lint": "eslint *.js **/*.js",
"test": "mocha 'test/**/*.spec.js' 'test/**/*.it.js'",
"posttest": "npm run lint -s",
"release": "npm-version-up --no-shrinkwrap"
},
"repository": {
"type": "git",
"url": "https://github.com/wix/octopus"
},
"bugs": {
"url": "https://github.com/wix/octopus/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"bluebird": "3.5.0",
"deep-equal": "1.0.1",
"deep-keys": "0.4.0",
"exec-then": "1.3.1",
"lodash": "4.17.4",
"octopus-modules": "~0.0.1"
},
"devDependencies": {
"chai": "3.5.0",
"chai-as-promised": "6.0.0",
"eslint": "3.19.0",
"eslint-plugin-mocha": "4.9.0",
"mocha": "3.4.1",
"npm-version-up": "0.1.5",
"octopus-test-utils": "~0.0.2",
"sinon": "2.3.1",
"sinon-chai": "2.10.0",
"start": "5.1.0",
"start-input-connector": "0.2.0"
}
}