-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.51 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.51 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
{
"name": "bsn-cloud-core",
"description": "BSN.cloud Core Library",
"version": "1.0.3",
"main": "./main.js",
"types": "./index.d.ts",
"author": "BrightSign LLC",
"repository": {
"type": "git",
"url": "git://github.com/brightsign/bsn-cloud-core"
},
"license": "SEE LICENSE IN BrightSign Software License Agreement.pdf",
"browser": {
"./fsconnector.js": "fsconnector-browser.js",
"./bs-device-artifacts.js": "bs-device-artifacts.browser.js"
},
"dependencies": {
"archiver": "^3.1.1",
"axios": "^0.17.1",
"base64-js": "^1.3.1",
"browser-image-size": "^1.1.0",
"dexie": "^1.5.1",
"form-urlencoded": "^3.0.2",
"fs-extra": "^8.1.0",
"image-size": "^0.8.3",
"isomorphic-fetch-extended": "^1.0.0",
"isomorphic-path": "^2.0.1",
"junk": "^3.1.0",
"lodash": "^4.17.19",
"node-forge": "^0.8.5",
"object-path": "^0.11.4",
"qs": "^6.6.0",
"re-reselect": "^4.0.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"reselect": "^4.0.0",
"rusha": "^0.8.13",
"typescript": "^3.9.6",
"unzip-stream": "^0.3.0",
"uuid": "^7.0.3",
"workerpool": "github:brightsign/workerpool",
"xml2js": "^0.4.19",
"zip.js": "git+https://github.com/ostosh/zip.js.git"
},
"devDependencies": {
"@types/form-urlencoded": "2.0.0",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.157",
"@types/node": "^12.12.51",
"@types/qs": "^6.5.1",
"@types/xml2js": "^0.4.3",
"@types/zip.js": "^2.0.28"
},
"scripts": {}
}