forked from mike1pol/dadata-suggestions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 749 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
{
"name": "dadata-suggestions",
"version": "1.1.2-0",
"description": "Dadata.ru suggestions",
"main": "index.js",
"scripts": {
"doc": "./node_modules/.bin/jsdoc2md index.js > API.md",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mike1pol/dadata-suggestions.git"
},
"keywords": [
"dadata",
"suggestions"
],
"author": "Mikhail Poluboyarinov <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mike1pol/dadata-suggestions/issues"
},
"homepage": "https://github.com/mike1pol/dadata-suggestions#readme",
"devDependencies": {
"jsdoc-to-markdown": "^3.0.0",
"pre-commit": "^1.2.2"
}
}