forked from petalvlad/angular-canvas-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 987 Bytes
/
package.json
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
{
"name": "angular-canvas-ext",
"version": "0.0.9",
"description": "An Angular module that allows to open images in canvas, zoom, pan, crop, resize and download image",
"main": "angular-canvas-ext.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/petalvlad/angular-canvas-ext.git"
},
"keywords": [
"angularjs",
"canvas",
"crop",
"zoom",
"module"
],
"author": "Alex Petropavlovsky <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/petalvlad/angular-canvas-ext/issues"
},
"dependencies": {
"grunt": "~0.4.3"
},
"devDependencies": {
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-ngmin": "0.0.3",
"grunt-contrib-concat": "~0.3.0",
"karma": "~0.12.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-karma": "~0.8.0",
"karma-jasmine": "~0.2.2",
"karma-chrome-launcher": "~0.1.2"
}
}