forked from tiste/angular-loading-button
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 797 Bytes
/
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
{
"name": "angular-loading-button",
"version": "0.1.1",
"description": "Loading button directive for AngularJS",
"main": "angular-loading-button.js",
"repository": {
"type": "git",
"url": "https://github.com/tiste/angular-loading-button.git"
},
"keywords": [
"angular",
"loading",
"button"
],
"author": "Baptiste Lecocq <[email protected]>",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/tiste/angular-loading-button/issues"
},
"homepage": "https://github.com/tiste/angular-loading-button",
"devDependencies": {
"coffee-script": "^1.8.0",
"gulp": "^3.8.8",
"gulp-connect": "^2.0.6",
"gulp-header": "^1.1.1",
"gulp-rename": "^1.2.0",
"gulp-stylus": "^1.3.3",
"gulp-uglify": "^1.0.1",
"nib": "^1.0.3"
}
}