106 lines
2.7 KiB
JSON
106 lines
2.7 KiB
JSON
{
|
|
"name": "shifty",
|
|
"version": "2.20.4",
|
|
"homepage": "http://jeremyckahn.github.io/shifty/doc/",
|
|
"author": "Jeremy Kahn <jeremyckahn@gmail.com>",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/jeremyckahn/shifty.git"
|
|
},
|
|
"description": "The fastest JavaScript animation engine on the web",
|
|
"browser": "dist/shifty.js",
|
|
"main": "dist/shifty.node.js",
|
|
"types": "./dist/index.d.ts",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.12.10",
|
|
"@babel/plugin-proposal-class-properties": "^7.12.1",
|
|
"@babel/preset-env": "^7.12.11",
|
|
"@jeremyckahn/minami": "^1.3.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"babel-loader": "^8.2.2",
|
|
"babel-polyfill": "^6.26.0",
|
|
"bluebird": "^3.5.3",
|
|
"eslint": "^5.14.1",
|
|
"eslint-config-prettier": "^4.0.0",
|
|
"eslint-plugin-jest": "^22.3.0",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"gh-pages": "^2.2.0",
|
|
"husky": "^1.3.1",
|
|
"jest": "^28.1.3",
|
|
"jsdoc": "^3.6.5",
|
|
"nodemon": "^2.0.20",
|
|
"npm-run-all": "^4.1.5",
|
|
"prettier": "^1.16.4",
|
|
"pretty-quick": "^1.10.0",
|
|
"serve": "^14.1.2",
|
|
"typescript": "^4.4.4",
|
|
"webpack": "^5.11.0",
|
|
"webpack-cli": "^4.2.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"typegen": "tsc",
|
|
"typegen:watch": "tsc --watch",
|
|
"test": "jest --watch",
|
|
"ci": "npm run lint && jest && tsc",
|
|
"doc": "jsdoc -c .jsdoc src/*.js",
|
|
"doc:view": "serve dist/doc",
|
|
"doc:watch": "nodemon --exec \"npm run doc\" --watch src --watch ./ --ext js,md --ignore dist",
|
|
"doc:live": "run-p doc:watch doc:view",
|
|
"lint": "eslint src webpack.*",
|
|
"deploy-docs": "npm run build && npm run doc && gh-pages -d dist",
|
|
"preversion": "npm run ci",
|
|
"postversion": "git push && git push --tags",
|
|
"prettier": "prettier 'src/**/*.js' webpack.* --write"
|
|
},
|
|
"husky": {
|
|
"hooks": {
|
|
"pre-commit": "pretty-quick --staged && npm run ci"
|
|
}
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist"
|
|
],
|
|
"contributors": [
|
|
{
|
|
"name": "Miller Medeiros",
|
|
"email": "contact@millermedeiros.com"
|
|
},
|
|
{
|
|
"name": "Carl Olsen",
|
|
"email": "carl@emoxie.com"
|
|
},
|
|
{
|
|
"name": "Joe Lambert"
|
|
},
|
|
{
|
|
"name": "Roman Kofman",
|
|
"email": "romank@groupon.com"
|
|
},
|
|
{
|
|
"name": "Jonathan Raoult",
|
|
"email": "jesuisjonathan@gmx.fr"
|
|
},
|
|
{
|
|
"name": "Adrian Voica",
|
|
"email": "adrian.voica@nanokyte.com"
|
|
},
|
|
{
|
|
"name": "Arthur Pacaud",
|
|
"email": "arthur.pacaud@hotmail.fr"
|
|
},
|
|
{
|
|
"email": "speajus@gmail.com"
|
|
},
|
|
{
|
|
"name": "Hooman Askari",
|
|
"email": "askari.hooman@gmail.com"
|
|
}
|
|
],
|
|
"license": "MIT",
|
|
"optionalDependencies": {
|
|
"fsevents": "^2.3.2"
|
|
}
|
|
}
|