mirror of
https://github.com/fluencelabs/js-mafmt
synced 2025-04-24 20:12:29 +00:00
43 lines
971 B
JSON
43 lines
971 B
JSON
{
|
|
"name": "mafmt",
|
|
"version": "1.0.1",
|
|
"description": "A multiaddr validator",
|
|
"main": "lib/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"scripts": {
|
|
"lint": "aegir-lint",
|
|
"build": "aegir-build",
|
|
"test": "aegir-test",
|
|
"test:node": "aegir-test node",
|
|
"test:browser": "aegir-test browser",
|
|
"release": "aegir-release",
|
|
"coverage": "aegir-coverage",
|
|
"coverage-publish": "aegir-coverage publish"
|
|
},
|
|
"pre-commit": [
|
|
"lint",
|
|
"test"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/whyrusleeping/js-mafmt.git"
|
|
},
|
|
"keywords": [
|
|
"multiaddr"
|
|
],
|
|
"author": "whyrusleeping",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/whyrusleeping/js-mafmt/issues"
|
|
},
|
|
"homepage": "https://github.com/whyrusleeping/js-mafmt#readme",
|
|
"devDependencies": {
|
|
"aegir": "^2.1.1",
|
|
"chai": "^3.5.0",
|
|
"pre-commit": "^1.1.2"
|
|
},
|
|
"dependencies": {
|
|
"multiaddr": "^1.3.0"
|
|
}
|
|
}
|