-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
35 lines (35 loc) · 843 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
{
"name": "spinners",
"description": "A Sass mixin to generate pure CSS3 loading indicators",
"version": "1.2.2",
"author": "Franz Heidl",
"license": "MIT",
"main": "stylesheets/_spinners",
"eyeglass": {
"exports": "eyeglass-exports.js"
},
"repository": {
"type": "git",
"url": "https://github.com/franzheidl/spinners.git"
},
"homepage": "http://franzheidl.github.io/spinners/",
"bugs": {
"url": "https://github.com/franzheidl/spinners/issues"
},
"keywords": [
"sass",
"scss",
"spinner",
"loading",
"eyeglass-module"
],
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jade": "~0.13.0",
"grunt-contrib-compass": "~1.0.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-browser-sync": "1.5.3",
"grunt-gh-pages": "~0.9.1",
"matchdep": "~0.3.0"
}
}