-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
42 lines (42 loc) · 1.12 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
{
"name": "angular-promise-loader",
"version": "1.0.2",
"description": "Angular directives to display loading of an indicate after pressing a button or a form based on promises",
"author": "Ilya Fedotov <[email protected]>",
"homepage": "https://github.com/helloilya/angular-promise-loader",
"bugs": {
"url": "https://github.com/helloilya/angular-promise-loader/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/helloilya/angular-promise-loader.git"
},
"main": "dist/loader.min.js",
"license": "MIT",
"keywords": [
"angular",
"angularjs",
"button",
"form",
"loader",
"loading",
"promise"
],
"devDependencies": {
"gulp": "^3.8.8",
"gulp-autoprefixer": "^2.3.0",
"gulp-concat": "^2.4.1",
"gulp-csslint": "^0.1.5",
"gulp-csso": "^0.2.9",
"gulp-htmlhint": "0.0.9",
"gulp-jshint": "^1.8.5",
"gulp-jsvalidate": "^1.0.1",
"gulp-load-plugins": "^0.8.1",
"gulp-notify": "^2.2.0",
"gulp-plumber": "^0.6.6",
"gulp-rename": "^1.2.0",
"gulp-size": "^1.1.0",
"gulp-uglify": "^1.0.1",
"require-dir": "^0.3.0"
}
}