-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.08 KB
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
46
47
48
49
50
51
52
53
{
"name": "objct",
"version": "2.0.6",
"author": {
"name" : "Philipp Adrian",
"email" : "hello@philippadrian.com",
"website" : "http://www.philippadrian.com"
},
"description": "A fast, modular oop-inheritance library for javascript. Minimal basics combined with powerful decorators.",
"main": "./objct.js",
"repository": {
"type": "git",
"url": "https://github.com/greenish/js-objct.git"
},
"keywords": [
"inherit",
"modular",
"extend",
"abstract",
"super",
"class",
"prototype",
"prototypal",
"base",
"parent",
"pattern",
"oop",
"private",
"public",
"privileged",
"static",
"closure",
"inheritance",
"object",
"oriented",
"method",
"function",
"factory",
"instanceof",
"objectfactory"
],
"license": "MIT",
"devDependencies": {
"gulp": "^3.6.1",
"gulp-uglify": "^1.2.0",
"gulp-bump": "^0.1.11",
"gulp-git": "^0.4.0",
"gulp-qunit" :"^1.2.1",
"browserify": "^10.1.0",
"vinyl-source-stream": "^1.1.0",
"vinyl-buffer": "^1.0.0"
}
}