forked from McNull/angular-block-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 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
{
"name": "angular-block-ui",
"version": "0.2.0",
"description": "An AngularJS module that allows you to block user interaction on AJAX requests.",
"homepage": "https://github.com/McNull/angular-block-ui",
"repository": "https://github.com/McNull/angular-block-ui",
"main": "gulp",
"scripts": {
"test": "gulp test"
},
"keywords": [
"angularjs",
"angular",
"gulp"
],
"author": "(null) McNull",
"license": "MIT",
"dependencies": {},
"devDependencies": {
"autoprefixer": "~2.2.0",
"gulp": "~3.8.7",
"gulp-clean": "~0.3.1",
"gulp-concat": "~2.3.4",
"gulp-if": "^1.2.5",
"gulp-karma": "0.0.4",
"gulp-less": "^1.3.6",
"gulp-minify-css": "~0.3.7",
"gulp-minify-html": "~0.1.4",
"gulp-ng-annotate": "~0.3.0",
"gulp-rimraf": "^0.1.1",
"gulp-sourcemaps": "~1.1.1",
"gulp-svgmin": "~0.4.6",
"gulp-uglify": "~0.3.1",
"karma": "~0.12.21",
"karma-growl-reporter": "~0.1.1",
"karma-jasmine": "~0.1.5",
"karma-phantomjs-launcher": "~0.1.4",
"lodash": "~2.4.1",
"main-bower-files": "~1.0.2",
"merge-stream": "~0.1.5",
"through2": "~0.5.1",
"vinyl": "~0.3.2"
}
}