-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_package.json
75 lines (75 loc) · 1.52 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "@doodad-js/core",
"description": "Object-oriented programming framework for Javascript",
"version": "0.0.0",
"files": [
"tonic.js"
],
"config": {
"startup": {
"debug": false,
"fromSource": false,
"enableDebugger": false,
"enableProperties": false,
"enableAsserts": false,
"enableSymbols": true,
"enableSafeObjects": false
},
"Doodad.Tools": {
"logLevel": 3,
"unhandledRejectionsTimeout": 1000,
"unhandledRejectionsMaxSize": 20,
"caseSensitive": null,
"noWatch": false,
"toSourceItemsCount": 255
},
"Doodad.Tools.Config": {
"configPath": ""
},
"Doodad.Modules": {
"modulesUri": "./"
},
"Doodad": {
"enforceScopes": false,
"enforcePolicies": false,
"publicOnDebug": false
},
"Doodad.Client": {
"defaultScriptTimeout": 10000
}
},
"keywords": [
"oop",
"interface",
"interfaces",
"mixin",
"mixins",
"mix-in",
"mix-ins",
"class",
"classes",
"trait",
"traits",
"object",
"objects",
"inherit",
"extend",
"composition",
"framework",
"doodad-js"
],
"repository": {
"type": "git",
"url": "https://github.com/doodadjs/doodad-js.git"
},
"bugs": {
"url": "https://github.com/doodadjs/doodad-js/issues",
"email": "[email protected]"
},
"tonicExampleFilename": "tonic.js",
"dependencies": {
"app-module-path": "^2.2.0",
"uuid": "^8.3.0",
"json5": "^2.2.3"
}
}