-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 851 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 851 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
30
31
32
33
34
35
36
37
{
"name": "fast-class",
"version": "1.729.121805",
"description": "A faster and easier way to define Javascript Prototypal Inheritance: `classes` and `mixins`",
"main": "FastClass.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "https://github.com/dotnetwise/Javascript-FastClass.git"
},
"keywords": [
"javascript",
"inheritance",
"prototype",
"fast",
"class",
"mixin",
"mixins",
"fastClass",
"inheritWith",
"inherit",
"inheirt with",
"fast class",
"define",
"dotnetwise",
"dnw"
],
"author": "DotNetWise <nodejs@dotnetwise.com> (http://www.dotnetwise.com/)",
"license": "FREE",
"gitHead": "f4d49a332cac6f8c4fccc026daf770ef7d14e3a2",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/dotnetwise/Javascript-FastClass/issues"
}
}