You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
433 B
JSON
25 lines
433 B
JSON
|
1 month ago
|
{
|
||
|
|
"name": "rulez.js",
|
||
|
|
"version": "0.3.1",
|
||
|
|
"authors": [
|
||
|
|
"Shyyko Serhiy <shyyko.serhiy@gmail.com>"
|
||
|
|
],
|
||
|
|
"description": "Javascript library for showing svg customizable rulers",
|
||
|
|
"main": [
|
||
|
|
"dist/js/rulez.min.js",
|
||
|
|
"dist/css/rulez-black.min.css"
|
||
|
|
],
|
||
|
|
"keywords": [
|
||
|
|
"Ruler"
|
||
|
|
],
|
||
|
|
"license": "MIT",
|
||
|
|
"ignore": [
|
||
|
|
"**/.*",
|
||
|
|
"node_modules",
|
||
|
|
"bower_components",
|
||
|
|
"test",
|
||
|
|
"tests",
|
||
|
|
"demo"
|
||
|
|
]
|
||
|
|
}
|