forked from emartech/boar-mocks-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 788 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
{
"name": "boar-mocks-server",
"description": "",
"main": "index.js",
"scripts": {
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"repository": {
"type": "git",
"url": "git+https://github.com/emartech/boar-mocks-server.git"
},
"release": {
"verifyConditions": {
"path": "./node_modules/semantic-release/dist/lib/plugin-noop.js"
}
},
"author": "Emarsys",
"license": "ISC",
"bugs": {
"url": "https://github.com/emartech/boar-mocks-server/issues"
},
"homepage": "https://github.com/emartech/boar-mocks-server",
"dependencies": {
"lodash": "4.6.1",
"sinon": "1.17.3"
},
"peerDependencies": {
"boar-server": "*"
},
"devDependencies": {
"semantic-release": "4.3.5"
}
}