-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 881 Bytes
/
package.json
File metadata and controls
20 lines (20 loc) · 881 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "colorstrap",
"version": "1.0.0",
"description": "Bring color to your Bootstrap projects. Colorstrap adds new classes for all 140 named HTML colors to many of Bootstrap's components. Colorstrap provides a customiztion tool to allow developers to create their own color classes at http://www.colorstrap.com/#/custom. All color classes use WCAG Constrast ratios of at least 4.5:1...which is, like, good.",
"homepage": "http://www.colorstrap.com",
"main": "Gruntfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["css", "bootstrap", "sass", "color"],
"author": "triggerman722",
"license": "Apache-2.0",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compress": "^1.4.1",
"grunt-contrib-cssmin": "~0.10.0",
"grunt-contrib-sass": "^0.7.3",
"grunt-zip-directories": "^0.1.3"
}
}