seamscroll
Version:
js seamless scroll
36 lines (35 loc) • 804 B
JSON
{
"name": "seamscroll",
"version": "0.0.12",
"description": "js seamless scroll",
"main": "build/seamscroll.min.js",
"scripts": {
"build": "node script/build.js",
"build:debug": "node script/build-debug.js",
"build:all": "npm run build &&npm run build:debug"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chenxuan0000/seamless-scroll"
},
"keywords": [
"without relying on",
"js",
"seamless-scroll"
],
"author": "chenxuan",
"license": "MIT",
"dependencies": {
"comutils": "^1.1.10"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.1",
"chalk": "^2.3.0",
"mocha": "^4.0.1",
"rimraf": "^2.6.2",
"ora": "^1.3.0",
"webpack": "^3.8.1"
}
}