offside-js
Version:
Minimal JavaScript kit without library dependencies to push things off-canvas using just class manipulation
50 lines (49 loc) • 1.34 kB
JSON
{
"name": "offside-js",
"version": "1.4.0",
"description": "Minimal JavaScript kit without library dependencies to push things off-canvas using just class manipulation",
"keywords": [
"responsive",
"off-canvas",
"offcanvas",
"menu",
"navigation"
],
"author": "Andrea Carraro <me@andreacarraro.it>",
"license": "MIT",
"main": "dist/offside.js",
"repository": {
"type": "git",
"url": "https://github.com/toomuchdesign/offside.git"
},
"homepage": "https://github.com/toomuchdesign/offside",
"bugs": {
"url": "https://github.com/toomuchdesign/offside/issues"
},
"devDependencies": {
"grunt": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.0",
"grunt-contrib-watch": "~1.0.0",
"grunt-replace": "~1.0.0",
"jshint-stylish": "^2.0.1",
"load-grunt-tasks": "^3.2.0"
},
"scripts": {
"grunt": "grunt",
"test": "npm run grunt jshint",
"setup": "npm prune && npm install && npm update",
"build": "npm run grunt build",
"watch": "npm run grunt watch",
"preversion": "npm test",
"version": "npm run build && git add dist && git add package.json",
"postversion": "git push && git push --tags"
},
"files": [
"dist"
],
"engines": {
"node": ">=0.11.0"
}
}