forked from purple-dbu/sass-bootstrap-purple
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 901 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
{
"name": "sass-bootstrap-theme-purple",
"description": "Purple theme for Twitter Bootstrap 3 (Sass)",
"version": "0.1.0",
"keywords": [
"bootstrap",
"css",
"sass",
"theme",
"purple"
],
"homepage": "http://purple-dbu.github.io/sass-bootstrap-theme-purple/",
"author": "Purple DBU",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/purple-dbu/sass-bootstrap-theme-purple.git"
},
"bugs": {
"url": "https://github.com/purple-dbu/sass-bootstrap-theme-purple/issues"
},
"licenses": [
"MIT"
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-sass": "~0.5.1",
"grunt-contrib-connect": "~0.5.0"
}
}