forked from msurguy/ladda-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 759 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 759 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "ladda-bootstrap",
"version": "0.8.0",
"license": "MIT",
"description": "Buttons with built-in loading indicators, effectively bridging the gap between action and feedback",
"homepage": "http://msurguy.github.io/ladda-bootstrap/",
"bugs": "https://github.com/msurguy/ladda-bootstrap/issues",
"repository": {
"type" : "git",
"url" : "http://github.com/msurguy/ladda-bootstrap.git"
},
"author": {
"name": "Maksim Surguy",
"url": "http://maxoffsky.com/"
},
"devDependencies": {
"grunt": "~0.4",
"grunt-contrib-uglify": "~0.2.6",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-sass": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0"
}
}