forked from hakimel/Ladda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 831 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
32
33
34
35
36
{
"name": "Ladda",
"version": "0.9.4",
"description": "Buttons with built-in loading indicators",
"homepage": "http://lab.hakim.se/ladda",
"scripts": {
"test": "grunt jshint",
"start": ""
},
"author": {
"name": "Hakim El Hattab",
"email": "hakim.elhattab@gmail.com",
"web": "http://hakim.se"
},
"repository": {
"type": "git",
"url": "git://github.com/hakimel/Ladda.git"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-watch": "~0.2.0",
"grunt-contrib-sass": "~0.2.2",
"grunt-contrib-connect": "~0.2.0",
"grunt": "~0.4.0"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hakimel/Ladda/blob/master/LICENSE"
}
],
"dependencies": {
"spin.js": "^2.0.0"
}
}