-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
60 lines (60 loc) · 1.69 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "angular-images-resizer",
"version": "2.0.3",
"description": "Resize images client-side is now possible with this angular module",
"author": "FBerthelot",
"license": "MIT",
"private": false,
"main": "angular-images-resizer.js",
"repository": {
"type": "git",
"url": "https://github.com/FBerthelot/angular-images-resizer"
},
"scripts": {
"test": "gulp lint && gulp test",
"build": "gulp",
"buildDoc": "gulp build:ghPage",
"lint": "eslint **/*.js ./example/**/*.js",
"start": "gulp serve",
"preversion": "gulp lint && gulp build && gulp test && gulp ngdocs",
"coveralls": "gulp coveralls",
"deploy": "./script/ghpage.sh"
},
"devDependencies": {
"angular-animate": "^1.5.0",
"angular-aria": "^1.5.0",
"angular-material": "^1.0.5",
"angular-mocks": "^1.5.0",
"angular-ui-router": "^0.3.0",
"bower": "^1.7.7",
"browser-sync": "^2.11.1",
"chai": "^3.5.0",
"eslint": "^2.2.0",
"eslint-plugin-angular": "^1.0.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-coveralls": "0.1.4",
"gulp-eslint": "^2.0.0",
"gulp-ngdocs": "^0.2.13",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.1",
"karma": "^0.13.19",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-nyan-reporter": "^0.2.3",
"karma-phantomjs-launcher": "^1.0.0",
"karma-phantomjs-shim": "^1.2.0",
"mocha": "^2.4.5",
"modernizr": "^3.3.1",
"phantomjs-prebuilt": "^2.1.3",
"rimraf": "^2.5.0",
"sinon": "^1.11.1",
"time-grunt": "^1.0.0",
"wrench": "^1.5.8"
},
"dependencies": {
"angular": "1.x.x"
}
}