parallaxis
Version:
A tiny parallax library that updates styles on scroll
93 lines (92 loc) • 2.28 kB
JSON
{
"author": {
"name": "Colin Meinke",
"email": "hello@colinmeinke.com",
"url": "https://colinmeinke.com"
},
"babel": {
"env": {
"cjs": {
"presets": [
"es2015"
]
},
"umd": {
"presets": [
[
"es2015",
{
"modules": false
}
]
]
}
},
"plugins": [
"transform-object-rest-spread"
]
},
"bugs": {
"url": "https://github.com/serieseight/parallaxis/issues"
},
"config": {
"commitizen": {
"path": "node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"raf": "^3.3.0"
},
"description": "A tiny parallax library that updates styles on scroll",
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-preset-es2015": "^6.24.0",
"commitizen": "^2.9.6",
"cz-conventional-changelog": "^2.0.0",
"rimraf": "^2.6.1",
"rollup": "^0.41.6",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-commonjs": "^8.0.2",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1",
"semantic-release": "15.1.5",
"semantic-release-cli": "^3.6.4",
"snazzy": "^6.0.0",
"standard": "^9.0.2",
"travis-deploy-once": "^4.4.1"
},
"keywords": [
"animate",
"ease",
"parallax",
"parallaxis",
"scroll",
"tiny",
"transition",
"vanilla"
],
"license": "ISC",
"main": "lib/index.js",
"name": "parallaxis",
"repository": {
"type": "git",
"url": "https://github.com/serieseight/parallaxis.git"
},
"scripts": {
"build": "npm run build:lib && npm run build:umd",
"build:lib": "BABEL_ENV=cjs babel src --out-dir lib",
"build:umd": "npm run build:umd:dev && npm run build:umd:pro",
"build:umd:dev": "BABEL_ENV=umd rollup -c",
"build:umd:pro": "NODE_ENV=production BABEL_ENV=umd rollup -c",
"commit": "git-cz",
"fix": "standard --fix",
"lint": "standard --verbose | snazzy",
"prepublish": "npm run tidy && npm run build",
"semantic-release": "semantic-release",
"tidy": "rimraf lib dist",
"test": "exit 0",
"travis-deploy-once": "travis-deploy-once"
},
"version": "1.2.1"
}