ornajs
Version:
OrnaJS is a tool for creation Atomic CSS. Framework and parser. Orna lightweight, clear and easy. It works with jQuery.
32 lines (31 loc) • 638 B
JSON
{
"name": "OrnaJS",
"version": "3.3.7",
"description": "OrnaJS is a tool(Web Framework) for creation Atomic CSS. Orna lightweight, clear and easy. It works with jQuery.",
"main": "orna.js",
"authors": [
"Dima Popov"
],
"license": "MIT",
"keywords": [
"Atomic",
"CSS",
"Orna",
"Tool",
"Web",
"ACSS",
"Parser",
"CSS",
"Framework",
"jquery-plugin"
],
"homepage": "https://github.com/OrnaOrg/OrnaJS",
"dependencies" : { "jquery" : ">=1.6.0" },
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}