forked from exonum/exonum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 734 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 734 Bytes
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
{
"name": "exonum",
"version": "0.0.0",
"private": true,
"description": "JS dependencies for Exonum",
"dependencies": {},
"devDependencies": {
"cspell": "^4.0.55",
"markdownlint-cli": "^0.17.0"
},
"scripts": {
"cspell": "./cspell.sh",
"md": "find . -not -path \"*/node_modules/*\" -and -not -path \"*/target/*\" -name \"*.md\" | xargs ./node_modules/.bin/markdownlint --config .markdownlintrc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/exonum/exonum.git"
},
"author": "The Exonum Team <contact@exonum.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/exonum/exonum/issues"
},
"homepage": "https://github.com/exonum/exonum#readme"
}