-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
87 lines (87 loc) · 2.94 KB
/
Copy pathpackage.json
File metadata and controls
87 lines (87 loc) · 2.94 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
{
"name": "TBCJavascriptLib",
"version": "1.0.0",
"description": "Javascript functions to assist with Big Crunch Visualisations and formulas",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode production --output-library TbcLib --output-filename tbc_lib.js",
"deploy": "npm run build && aws s3 --region ap-southeast-2 cp dist s3://runtime-assets/ --grants read=uri=http://acs.amazonaws.com/groups/global/AllUsers --cache-control max-age=3600 --recursive"
},
"author": "",
"license": "ISC",
"devDependencies": {
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"dependencies": {
"buffer": "^4.9.2",
"chalk": "^2.4.2",
"decode-uri-component": "^0.2.0",
"define-property": "^2.0.2",
"detect-file": "^1.0.0",
"domain-browser": "^1.2.0",
"emoji-regex": "^7.0.3",
"emojis-list": "^2.1.0",
"escape-string-regexp": "^1.0.5",
"eslint-scope": "^4.0.3",
"esrecurse": "^4.2.1",
"estraverse": "^4.3.0",
"events": "^3.0.0",
"extend-shallow": "^3.0.2",
"fast-deep-equal": "^2.0.1",
"fast-json-stable-stringify": "^2.0.0",
"figgy-pudding": "^3.5.1",
"for-in": "^1.0.2",
"fs.realpath": "^1.0.0",
"get-caller-file": "^2.0.5",
"get-value": "^2.0.6",
"graceful-fs": "^4.2.3",
"has-flag": "^3.0.0",
"has-value": "^1.0.0",
"has-values": "^1.0.0",
"https-browserify": "^1.0.0",
"ieee754": "^1.1.13",
"iferr": "^0.1.5",
"imurmurhash": "^0.1.4",
"infer-owner": "^1.0.4",
"inherits": "^2.0.4",
"ini": "^1.3.5",
"interpret": "^1.2.0",
"invert-kv": "^2.0.0",
"is-accessor-descriptor": "^0.1.6",
"is-binary-path": "^1.0.1",
"is-buffer": "^1.1.6",
"is-data-descriptor": "^0.1.4",
"is-descriptor": "^0.1.6",
"is-extendable": "^0.1.1",
"is-extglob": "^2.1.1",
"is-fullwidth-code-point": "^2.0.0",
"is-glob": "^4.0.1",
"is-number": "^3.0.0",
"is-plain-object": "^2.0.4",
"is-stream": "^1.1.0",
"is-windows": "^1.0.2",
"is-wsl": "^1.1.0",
"isarray": "^1.0.0",
"isexe": "^2.0.0",
"isobject": "^3.0.1",
"json-parse-better-errors": "^1.0.2",
"json-schema-traverse": "^0.4.1",
"kind-of": "^6.0.2",
"lcid": "^2.0.0",
"loader-runner": "^2.4.0",
"mamacro": "^0.0.3",
"map-cache": "^0.2.2",
"randomcolor": "^0.5.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/thebigcrunch/JavascriptLib.git"
},
"keywords": [],
"bugs": {
"url": "https://github.com/thebigcrunch/JavascriptLib/issues"
},
"homepage": "https://github.com/thebigcrunch/JavascriptLib#readme"
}