-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 909 Bytes
/
package.json
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
26
27
28
29
30
31
32
33
34
35
{
"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 <[email protected]>",
"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"
}
}