topcoat-range
Version:
Topcoat default range skin
48 lines (47 loc) • 1.12 kB
JSON
{
"name": "topcoat-range",
"version": "0.3.0",
"description": "Topcoat default range skin",
"main": "index.html",
"style": "src/range.css",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test",
"prepublish": "grunt"
},
"repository": {
"type": "git",
"url": "git@github.com:topcoat/range.git"
},
"keywords": [
"css",
"topcoat",
"range",
"input",
"adobe"
],
"author": "Kristofer Joseph (http://twitter.com/dam)",
"contributors": [
"Kristofer Joseph (http://twitter.com/dam)",
"Garth Braithwaite (http://garthdb.com/)"
],
"license": "Apache2",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-simple-mocha": "~0.4.0",
"grunt-topcoat": "~0.1.3",
"grunt-topdoc": "~0.2.0",
"topdoc-theme": "~0.4.4",
"topcoat-theme-mobile-dark": "0.1.8",
"topcoat-theme-mobile-light": "0.1.7",
"topcoat-theme-desktop-light": "0.1.9",
"topcoat-theme-desktop-dark": "0.1.7"
},
"dependencies": {
"topcoat-range-base": "0.1.0"
}
}