You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
909 B
35 lines
909 B
{
|
|
"name": "namespace-emitter",
|
|
"version": "2.0.1",
|
|
"description": "tiny event emitter with namespaces",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"build-docs": "documentation-readme -s 'API'",
|
|
"lint": "standard",
|
|
"test": "tape test.js | tap-spec",
|
|
"start": "budo example.js --live"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/sethvincent/namespace-emitter.git"
|
|
},
|
|
"keywords": [
|
|
"eventemitter",
|
|
"events",
|
|
"namespaces"
|
|
],
|
|
"author": "sethvincent <sethvincent@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/sethvincent/namespace-emitter/issues"
|
|
},
|
|
"homepage": "https://github.com/sethvincent/namespace-emitter#readme",
|
|
"devDependencies": {
|
|
"budo": "^10.0.3",
|
|
"documentation-readme": "^2.1.1",
|
|
"nanobench": "^2.1.0",
|
|
"standard": "^10.0.2",
|
|
"tap-spec": "^4.1.1",
|
|
"tape": "^4.7.0"
|
|
}
|
|
}
|
|
|