jquery-stickem
Version:
Packaging the great jquery-stickem code into an NPM module so people can find it with Yarn
26 lines (25 loc) • 613 B
JSON
{
"name": "jquery-stickem",
"version": "1.0.3",
"description": "Packaging the great jquery-stickem code into an NPM module so people can find it with Yarn",
"main": "jquery.js",
"scripts": {
"test": "stickem"
},
"repository": "git+https://github.com/buck3000/jQuery-Stickem.git",
"keywords": [
"jQuery-Stickem",
"Stickey",
"Stick"
],
"files": [
"*.css",
"*.stickem.js"
],
"author": "Buck OLeary",
"license": "ISC",
"bugs": {
"url": "https://github.com/buck3000/jQuery-Stickem/issues"
},
"homepage": "https://github.com/buck3000/jQuery-Stickem#readme"
}