Files
2014-09-16 20:19:09 +08:00

37 lines
851 B
JSON

{
"title": "scrollpoints",
"author": "Ferdinand Torggler",
"name": "scrollpoints",
"filename": "scrollpoints.min.js",
"description": "Scroll callbacks for DOM Elements",
"version": "0.2.0",
"repository": {
"type": "git",
"url": "https://github.com/the-diamond-dogs-group-oss/scrollpoints"
},
"main": "scrollpoints.js",
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-watch": "~0.5.3"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/the-diamond-dogs-group-oss/scrollpoints/blob/master/LICENSE.MIT"
}
],
"npmName": "scrollpoints",
"npmFileMap": [
{
"basePath": "",
"files": [
"scrollpoints.min.js",
"scrollpoints.js"
]
}
]
}