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.

26 lines
685 B
JSON

1 month ago
{
"version": "1.0.1",
"name": "ruler.js",
"main": "dist/ruler.js",
"dependencies": {},
"repository": "https://github.com/MrFrankel/ruler.git",
"description": "canvas rulers",
"scripts": {
"serve": "grunt serve"
},
"devDependencies": {
"connect-modrewrite": "^0.7.6",
"grunt-bower-install": "^1.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-express": "^1.4.0",
"grunt-filerev": "^2.3.1",
"grunt-parallel": "^0.5.1",
"grunt-shell": "^0.7.0"
}
}