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