jam-cloud/jam-ui/node_modules/react-lottie/package.json

92 lines
2.8 KiB
JSON

{
"_args": [
[
"react-lottie@1.2.3",
"/Users/nuwan/Code/jam-cloud/jam-ui"
]
],
"_from": "react-lottie@1.2.3",
"_id": "react-lottie@1.2.3",
"_inBundle": false,
"_integrity": "sha512-qLCERxUr8M+4mm1LU0Ruxw5Y5Fn/OmYkGfnA+JDM/dZb3oKwVAJCjwnjkj9TMHtzR2U6sMEUD3ZZ1RaHagM7kA==",
"_location": "/react-lottie",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "react-lottie@1.2.3",
"name": "react-lottie",
"escapedName": "react-lottie",
"rawSpec": "1.2.3",
"saveSpec": null,
"fetchSpec": "1.2.3"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-lottie/-/react-lottie-1.2.3.tgz",
"_spec": "1.2.3",
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
"bugs": {
"url": "https://github.com/chenqingspring/react-lottie/issues"
},
"dependencies": {
"babel-runtime": "^6.26.0",
"lottie-web": "^5.1.3"
},
"description": "lottie animation view for React",
"devDependencies": {
"@kadira/storybook": "^2.35.3",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.5",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-polyfill": "^6.26.0",
"babel-preset-react-app": "^0.2.1",
"chai": "^3.5.0",
"enzyme": "^2.2.0",
"eslint": "^3.6.0",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^1.16.0",
"eslint-plugin-jsx-a11y": "^2.2.2",
"eslint-plugin-react": "^6.3.0",
"git-url-parse": "^6.0.1",
"jsdom": "^9.5.0",
"mocha": "^5.2.0",
"prop-types": "^15.6.1",
"react": "^15.6.2",
"react-addons-test-utils": "^15.6.2",
"react-dom": "^15.6.2",
"sinon": "^1.17.6",
"standard-version": "^4.4.0"
},
"engines": {
"npm": "^3.0.0"
},
"homepage": "https://github.com/chenqingspring/react-lottie#readme",
"license": "MIT",
"main": "dist/index.js",
"name": "react-lottie",
"peerDependencies": {
"react": "^0.14.7 || ^15.0.0 || ^16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chenqingspring/react-lottie.git"
},
"scripts": {
"lint": "eslint src",
"lintfix": "eslint src --fix",
"postpublish": "npm run publish-storybook",
"prepublish": ". ./.scripts/prepublish.sh",
"publish-storybook": "bash .scripts/publish_storybook.sh",
"release": "git add package.json && git commit -m 'chore: bump version number' && standard-version --first-release && git push --follow-tags origin master && npm publish",
"start": "start-storybook -p 9010",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch --watch-extensions js",
"testonly": "mocha --require .scripts/mocha_runner src/**/tests/**/*.js"
},
"version": "1.2.3"
}