parlx.js
Version:
Parallax scroll effect library
53 lines (52 loc) • 1.47 kB
JSON
{
"name": "parlx.js",
"version": "2.0.4",
"description": "Parallax scroll effect library",
"author": "Jakub Biesiada",
"license": "MIT",
"main": "lib/parlx.min.js",
"scripts": {
"release": "npm run prettier && npm run lint && npm run build:dev && npm run build && npm run test",
"build": "webpack --env build",
"build:dev": "webpack --env dev",
"test": "jest --coverage",
"watch": "npm run build -- --watch",
"watch:dev": "npm run build:dev -- --watch",
"watch:test": "npm run test -- --watch",
"lint": "eslint ./src --fix",
"prettier": "prettier --write 'src/**/*.js'",
"deploy": "gh-pages -d demo/build"
},
"repository": {
"type": "git",
"url": "https://github.com/JB1905/parlx.js.git"
},
"keywords": [
"JavaScript",
"jQuery",
"parallax",
"movement",
"scroll",
"effect"
],
"bugs": {
"url": "https://github.com/JB1905/parlx.js/issues"
},
"homepage": "https://github.com/JB1905/parlx.js#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.3",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.5",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.1.0",
"eslint-plugin-prettier": "^3.0.1",
"gh-pages": "^2.0.1",
"jest": "^24.7.1",
"jquery": "^3.4.0",
"prettier": "^1.16.4",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
}
}