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.
36 lines
940 B
JSON
36 lines
940 B
JSON
|
1 month ago
|
{
|
||
|
|
"name": "rulez.js",
|
||
|
|
"version": "0.5.0",
|
||
|
|
"description": "Javascript library for showing svg customizable rulers",
|
||
|
|
"main": "./src/js/rulez.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://github.com/ShyykoSerhiy/rulez.js.git"
|
||
|
|
},
|
||
|
|
"keywords": [
|
||
|
|
"ruler"
|
||
|
|
],
|
||
|
|
"author": "Shyyko Serhiy <shyyko.serhiy@gmail.com>",
|
||
|
|
"license": "MIT",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/ShyykoSerhiy/rulez.js/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/ShyykoSerhiy/rulez.js",
|
||
|
|
"devDependencies": {
|
||
|
|
"grunt": "^0.4.5",
|
||
|
|
"grunt-bump": "^0.1.0",
|
||
|
|
"grunt-contrib-cssmin": "^0.11.0",
|
||
|
|
"grunt-contrib-jshint": "^0.11.0",
|
||
|
|
"grunt-contrib-uglify": "^0.7.0",
|
||
|
|
"grunt-jsdoc": "^0.6.2",
|
||
|
|
"jshint": "^2.6.0",
|
||
|
|
"jshint-stylish": "^1.0.0",
|
||
|
|
"matchdep": "^0.3.0",
|
||
|
|
"mocha": "^2.1.0",
|
||
|
|
"selenium-webdriver": "^2.44.0"
|
||
|
|
}
|
||
|
|
}
|