-
Notifications
You must be signed in to change notification settings - Fork 68
/
package.json
31 lines (31 loc) · 1.03 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
{
"name": "easy-search",
"version": "1.0.0",
"description": "Easy Search [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![Build Status](https://travis-ci.org/matteodem/meteor-easy-search.svg?branch=master)](https://travis-ci.org/matteodem/meteor-easy-search) =====================",
"main": "index.js",
"dependencies": {
"conventional-changelog": "^1.0.1",
"cz-conventional-changelog": "^1.1.5"
},
"devDependencies": {
"cz-conventional-changelog": "^1.1.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/matteodem/meteor-easy-search.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/matteodem/meteor-easy-search/issues"
},
"homepage": "https://github.com/matteodem/meteor-easy-search#readme",
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}