forked from hakimel/Ladda
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 912 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
37
38
39
40
{
"name": "ladda",
"version": "1.0.0",
"description": "Buttons with built-in loading indicators",
"homepage": "http://lab.hakim.se/ladda",
"main": "./dist/ladda.min",
"scripts": {
"test": "grunt jshint",
"start": ""
},
"author": {
"name": "Hakim El Hattab",
"email": "[email protected]",
"web": "http://hakim.se"
},
"repository": {
"type": "git",
"url": "git://github.com/hakimel/Ladda.git"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.11.3",
"grunt-contrib-uglify": "~0.9.2",
"grunt-contrib-watch": "~0.6.1",
"grunt-contrib-sass": "~0.8.1",
"grunt-contrib-connect": "~0.2.0",
"grunt": "~0.4.5"
},
"browser": {
"spin.js": "./js/spin.js"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hakimel/Ladda/blob/master/LICENSE"
}
],
"dependencies": {
"spin.js": "^2.0.0"
}
}