-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
41 lines (34 loc) · 921 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
36
37
38
39
40
41
{
"name" : "miso.events",
"title" : "Miso.Events",
"description" : "A collection of event related functions that can be mixed into any object",
"version" : "0.0.1",
"homepage" : "http://github.com/misoproject/events",
"authors" : "Alex Graul, Irene Ros",
"bugs" : {
"url" : "http://github.com:misoproject/events/issues"
},
"licenses" : [
{
"type" : "MIT",
"url" : "http://github.com:misoproject/events/blob/master/LICENSE-MIT"
},
{
"type" : "GPL",
"url" : "http://github.com:misoproject/events/blob/master/LICENSE-GPL"
}
],
"main": "dist/node/miso.events.0.0.1.js",
"repository": {
"type": "git",
"url": "git@github.com:misoproject/events.git"
},
"keywords" : [ "data", "events", "miso" ],
"engines": {
"node": ">= 0.6.0"
},
"dependencies": {
"lodash": "0.9.2",
"connect" : "2.4.4"
}
}