components
Version:
Upstage component library.
51 lines (50 loc) • 1.09 kB
JSON
{
"name": "components",
"description": "Upstage component library.",
"version": "0.1.0",
"homepage": "https://github.com/upstage/components",
"author": {
"name": "Jon Schlinkert",
"url": "https://github.com/jonschlinkert"
},
"repository": {
"type": "git",
"url": "https://github.com/assemble/components.git"
},
"bugs": {
"url": "https://github.com/upstage/components/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/upstage/components/blob/master/LICENSE-MIT"
}
],
"main": "Gruntfile.js",
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"assemble": "~0.4.1",
"assemble-less": "~0.4.8",
"grunt": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-prettify": "~0.1.5"
},
"keywords": [
"buttons",
"css buttons",
"component",
"components",
"less css",
"CSS component",
"CSS components",
"CSS framework",
"CSS sections",
"CSS",
"UI component",
"UI components",
"UI framework",
"user interface component"
]
}