forked from gokerDEV/canvasResize
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 714 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 714 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
{
"name": "canvasResize",
"version": "1.2.7",
"description": "resizing images on web client",
"main": "/dist/canvasResize.min.js",
"directories": {
"src": "src",
"dist": "dist"
},
"dependencies": {},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-uglify": "^0.7.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jslint": "^1.1.12",
"grunt-newer": "^1.1.0",
"load-grunt-config": "*",
"load-grunt-tasks": "^3.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"binary",
"data",
"ajax"
],
"author": [ "@gokercebeci",
"Robert Munn <robert.d.munn@gmail.com>"],
"license": "MIT License"
}