js-mafmt/package.json
2016-04-15 20:01:53 +02:00

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"
}
}