12345678910111213141516171819202122232425262728 |
- {
- "name" : "semantic",
- "description" : "Semantic empowers designers and developers by creating a shared vocabulary for UI.",
- "homepage" : "http://www.semantic-ui.com",
- "author": {
- "name" : "Jack Lukic",
- "web" : "http://www.jacklukic.com"
- },
- "dependencies": {
- "jquery" : ">=1.8"
- },
- "main": [
- "src/semantic.less",
- "dist/semantic.js"
- ],
- "keywords": [
- "semantic",
- "ui",
- "css3",
- "framework"
- ],
- "license" : "MIT",
- "ignore": [
- "src/site",
- "test"
- ]
- }
|