forked from dfilatov/inherit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 840 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 840 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
{
"name" : "inherit",
"version" : "2.2.4",
"description" : "Inheritance module for Node.js and browsers",
"homepage" : "https://github.com/dfilatov/node-inherit",
"keywords" : ["class", "prototype", "inheritance", "mixins", "static"],
"author" : "Dmitry Filatov <dfilatov@yandex-team.ru>",
"contributors" : [{
"name" : "Dmitry Filatov",
"email" : "dfilatov@yandex-team.ru"
}, {
"name" : "Sergey Belov",
"email" : "peimei@ya.ru",
"url" : "http://github.com/arikon"
}],
"repository": "dfilatov/node-inherit",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"nodeunit" : "0.8.0"
},
"main" : "index",
"engines" : { "node" : ">= 0.4.0" },
"enb" : {
"sources" : [
"lib/inherit.js"
]
}
}