forked from FBerthelot/angular-images-resizer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1002 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
{
"name": "angular-image-resizer",
"version": "1.0.0",
"description": "Resize images client-side is now possible with this angular module",
"author": "FBerthelot",
"license": "MIT",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/FBerthelot/angular-images-resizer"
},
"scripts": {
"test": "grunt test",
"build": "grunt uglify",
"lint": "grunt jshint"
},
"devDependencies": {
"chai": "^2.0.0",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-jshint": "^0.11.0",
"grunt-contrib-uglify": "^0.8.0",
"grunt-coveralls": "^1.0.0",
"grunt-karma": "^0.10.0",
"karma": "^0.12.24",
"karma-chai": "^0.1.0",
"karma-coverage": "^0.2.6",
"karma-mocha": "^0.1.9",
"karma-phantomjs-launcher": "^0.1.4",
"karma-sinon": "^1.0.3",
"load-grunt-tasks": "^3.1.0",
"mocha": "^2.0.1",
"sinon": "^1.11.1",
"time-grunt": "^1.0.0"
}
}