-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 998 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 998 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
38
39
40
41
42
43
{
"name": "@aboutweb/proxyclass",
"umd": {
"name": "proxyClass",
"globals": {
"@aboutweb/proxyscope": "proxyScope"
}
},
"version": "2.0.6",
"description": "A seemless way for organizing multi inheritance.",
"main": "dist/index.js",
"module": "dist/index.mjs",
"inputs": "./index.js",
"scripts": {
"test": "jasmine",
"build": "irrigable-packagejson -t -s",
"watch": "npm run build -- -w='./spec/*'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stephan-dum/proxy-class.git"
},
"keywords": [
"inheritance",
"extend",
"instanceof",
"proxy",
"es6"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/stephan-dum/proxy-class/issues"
},
"homepage": "https://github.com/stephan-dum/proxy-class#readme",
"dependencies": {
"@aboutweb/proxyscope": "^3.0.1"
},
"devDependencies": {
"@aboutweb/irrigable-packagejson": "0.0.8",
"jasmine": "^3.1.0"
}
}