๐Ÿ“ฆ gamtiq / extend

๐Ÿ“„ bower.json ยท 27 lines
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{
  "name": "extend",
  "main": ["dist/extend.js", "dist/extend.min.js"],
  "version": "0.1.1",
  "homepage": "https://github.com/gamtiq/extend",
  "authors": [
    "Denis Sikuler"
  ],
  "description": "Make one class (constructor function) inherited from another",
  "keywords": [
    "extend",
    "inherit",
    "prototype",
    "inheritance",
    "class"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "node_modules",
    "bower_components",
    "build",
    "test",
    "tests"
  ]
}