forked from aaditmshah/augment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 1.23 KB
/
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
{
"name": "augment",
"description": "The world's smallest and fastest classical JavaScript inheritance pattern.",
"version": "3.3.2",
"keywords": ["augment", "augments", "augmentation", "extend", "extends", "extension", "prototype", "prototypal", "class", "classical", "object", "inheritance", "uber", "super", "constructor", "oop"],
"author": "Aadit M Shah (http://aaditmshah.github.com/) <aaditmshah@myopera.com>",
"main": "lib/augment.js",
"maintainers": [{
"name": "Aadit M Shah",
"email": "aaditmshah@myopera.com",
"web": "http://aaditmshah.github.com/"
}],
"contributors": [{
"name": "Aadit M Shah",
"email": "aaditmshah@myopera.com",
"web": "http://aaditmshah.github.com/"
},
{
"name": "Giovanni Funchal",
"email": "gafunchal@gmail.com",
"web": "http://funchal.github.com/"
}],
"bugs": "https://github.com/javascript/augment/issues",
"licenses": [{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}],
"repositories": [{
"type": "git",
"url": "https://github.com/javascript/augment.git"
}],
"dependencies": {},
"homepage": "http://javascript.github.com/augment"
}