-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 883 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 883 Bytes
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
36
37
{
"name": "noder-eventemitter2",
"version": "1.0.2",
"description": "Plugin for Noder.io that provides the module 'eventemitter2' in the API and/or $di container.",
"main": "src/index.js",
"keywords": [
"noder-plugin",
"event",
"eventemitter"
],
"author": {
"name": "Nicolas Tallefourtane",
"url": "http://nicolab.net"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/noder-io/noder-eventemitter2/blob/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "git://github.com/noder-io/noder-eventemitter2.git"
},
"bugs": "https://github.com/noder-io/noder-eventemitter2/issues",
"dependencies": {
"eventemitter2": "^0.4.14"
},
"devDependencies": {
"noder.io": "^1.0.2",
"mocha": "^1.21.5",
"unit.js": ">= 1.0.2 <= 2.0.0"
},
"scripts": {
"test": "mocha test"
}
}