forked from PolicyMic/thumbor
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 719 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 719 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
{
"name": "thumbor-lite",
"version": "0.1.8",
"browser": "src/browser.js",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/robbtraister/thumbor.git"
},
"author": {
"name": "PolicyMic",
"url": "http://policymic.com"
},
"readme": "Client Thumbor for browser",
"readmeFilename": "README.md",
"license": "MIT",
"dependencies": {
"cipher-base": "^1.0.4",
"inherits": "^2.0.4",
"safe-buffer": "^5.2.0"
},
"devDependencies": {
"mocha": "^6.2.2",
"thumbor": "^0.1.5",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
},
"files": [
"src/"
],
"scripts": {
"build": "webpack",
"test": "mocha ./test"
}
}