forked from alexwolfe/Buttons
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 KB
/
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
41
{
"name": "Buttons",
"version": "2.0.0",
"description": "A CSS button library built with Sass",
"author": "Unicorn-UI <[email protected]>",
"homepage": "http://unicorn-ui.com/",
"repository": {
"type": "git",
"url": "[email protected]:alexwolfe/Buttons.git"
},
"contributors": "https://github.com/alexwolfe/Buttons/graphs/contributors",
"keywords": [
"Buttons",
"CSS Buttons",
"Sass Buttons"
],
"scripts": {
"test": "grunt tests --verbose"
},
"license": "Apache License, Version 2.0",
"bugs": {
"url": "https://github.com/alexwolfe/Buttons/issues"
},
"devDependencies": {
"grunt-autoprefixer": "^0.8.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-qunit": "^0.5.2",
"grunt-contrib-sass": "^0.7.4",
"grunt-contrib-watch": "^0.6.1",
"grunt-includes": "^0.4.5",
"grunt-saucelabs": "^8.3.2",
"webpack": "^1.4.5"
},
"dependencies": {
"grunt": "^0.4.5",
"grunt-saucelabs": "^8.3.2"
}
}