-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 944 Bytes
/
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
{
"name": "@sidekick/common",
"version": "3.3.9",
"description": "helpers shared by the releasable artefacts we ship - cli and main.",
"main": "sidekick-common.js",
"directories": {
"test": "test"
},
"dependencies": {
"axios": "~0.9.1",
"bluebird": "~2.9.14",
"debug": "^2.2.0",
"fs-extra": "^0.26.7",
"gitignore-parser": "0.0.2",
"jsonschema": "^1.1.0",
"lodash": "~3.10.1",
"strip-json-comments": "~2.0.1",
"uuid": "~2.0.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "~5.2.0",
"mocha": "~2.4.5",
"proxyquire": "~1.7.4"
},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/sidekickcode/common.git"
},
"author": "",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/sidekickcode/common/issues"
},
"homepage": "https://github.com/sidekickcode/common#readme"
}