forked from thomaspark/bootswatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 764 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
{
"name": "bootswatch",
"description": "Bootswatch is a collection of themes for Bootstrap.",
"version": "3.3.6",
"author": "Thomas Park",
"homepage": "http://bootswatch.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/thomaspark/bootswatch.git"
},
"engines": {
"node": ">= 0.10.0"
},
"devDependencies": {
"bower": "~1.2.8",
"grunt": "~0.4.2",
"grunt-autoprefixer": "~1.0.1",
"grunt-cli": "^1.1.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.8.0",
"grunt-contrib-less": "~0.9.0",
"grunt-contrib-sass": "~0.7.4",
"grunt-contrib-watch": "~0.5.1"
},
"scripts": {
"build": "grunt swatch:paper"
}
}