forked from fastmonkeys/angular-ahdin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 983 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 983 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
36
37
{
"name": "angular-ahdin",
"version": "2.0.0",
"description": "Image file compression service for AngularJS applications",
"main": "dist/ahdin.js",
"directories": {
"test": "test"
},
"devDependencies": {
"gulp": "3.8.11",
"gulp-angular-filesort": "1.1.1",
"gulp-clean": "0.3.1",
"gulp-concat": "2.5.2",
"gulp-copy": "0.0.2",
"gulp-load-plugins": "0.8.1",
"gulp-ng-annotate": "0.5.2",
"gulp-rename": "1.2.0",
"gulp-uglify": "1.1.0",
"karma": "0.12.31",
"karma-angular-filesort": "0.1.0",
"karma-chrome-launcher": "0.1.7",
"karma-jasmine": "0.3.5"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/fastmonkeys/angular-ahdin.git"
},
"author": "Roope Hovi <roope.hovi@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/fastmonkeys/angular-ahdin/issues"
},
"homepage": "https://github.com/fastmonkeys/angular-ahdin"
}