-
Notifications
You must be signed in to change notification settings - Fork 0
/
bower.json
45 lines (45 loc) · 1 KB
/
bower.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
42
43
44
45
{
"name": "extend-with-super",
"version": "2.0.0",
"ignore": [
"lib",
"node_modules",
"test",
".gitignore",
"Gruntfile.js",
"CHANGELOG.md",
".travis.yml",
"LICENSE",
"**/.*",
"bower_components",
"test/browser",
"tests"
],
"devDependencies": {
"chai": "1.10.0",
"mocha": "2.1.0"
},
"homepage": "https://github.com/michaelBenin/extend-with-super",
"authors": [
"michaelbenin <[email protected]>"
],
"description": "Extend object literals with function properties to have a _super method that references the original function, instead of overwriting it. (No dependencies, but borrowed methods from underscore.js.)",
"main": "dist/extend-with-super.js",
"keywords": [
"extend",
"super",
"_super",
"this._super",
"this._super()",
"inheritance",
"object",
"literal",
"function",
"extendWithSuper",
"extend-with-super",
"underscore",
"underscorejs",
"plugin"
],
"license": "MIT"
}