Files
cdnjs/ajax/libs/ink/package.json
T
2014-09-28 23:29:45 +08:00

32 lines
628 B
JSON

{
"name": "ink",
"filename": "js/ink-all.min.js",
"version": "3.1.0",
"description": "An HTML5/CSS3 framework used at SAPO for fast and efficient website design and prototyping",
"homepage": "http://ink.sapo.pt/",
"keywords": [
"ink",
"SAPO",
"responsive",
"framework",
"ui"
],
"repositories": [
{
"type": "git",
"url": "https://github.com/sapo/Ink"
}
],
"autoupdate": {
"source": "git",
"target": "git://github.com/sapo/Ink.git",
"basePath": "dist/",
"files": [
"js/*",
"css/ink*.css",
"css/font*.css",
"fonts/*/*"
]
}
}