js-mafmt/package.json

49 lines
1.2 KiB
JSON
Raw Normal View History

2016-01-19 07:54:10 -08:00
{
2016-03-14 09:37:39 -07:00
"name": "mafmt",
2017-01-22 14:46:07 +00:00
"version": "2.1.6",
2016-01-19 07:54:10 -08:00
"description": "A multiaddr validator",
"main": "src/index.js",
2016-01-19 07:54:10 -08:00
"scripts": {
2016-04-15 20:01:53 +02:00
"lint": "aegir-lint",
"build": "aegir-build",
"test": "aegir-test",
"test:node": "aegir-test node",
"test:browser": "aegir-test browser",
"release": "aegir-release",
"release-minor": "aegir-release --type minor",
"release-major": "aegir-release --type major",
2016-04-15 20:01:53 +02:00
"coverage": "aegir-coverage",
"coverage-publish": "aegir-coverage publish"
2016-01-19 07:54:10 -08:00
},
2016-01-19 17:23:52 +01:00
"pre-commit": [
"lint",
"test"
],
2016-01-19 07:54:10 -08:00
"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"
},
2016-01-19 07:56:38 -08:00
"homepage": "https://github.com/whyrusleeping/js-mafmt#readme",
"devDependencies": {
2017-03-22 11:37:16 +00:00
"aegir": "^11.0.0",
2016-03-23 15:07:25 +01:00
"chai": "^3.5.0",
2017-01-16 14:53:36 +00:00
"pre-commit": "^1.2.2"
2016-01-19 07:56:38 -08:00
},
"dependencies": {
2017-03-22 11:37:16 +00:00
"multiaddr": "^2.2.2"
2016-05-17 22:32:08 +01:00
},
"contributors": [
"David Dias <daviddias.p@gmail.com>",
"Jeromy <jeromyj@gmail.com>",
"Jeromy Johnson <why@ipfs.io>",
"dignifiedquire <dignifiedquire@gmail.com>"
]
2017-01-22 14:46:06 +00:00
}