UNPKG

holen

Version:

Declarative fetch in React

85 lines (84 loc) 2.46 kB
{ "name": "holen", "version": "2.0.1", "description": "Declarative fetch in React", "jsnext:main": "dist/holen.es.js", "module": "dist/holen.es.js", "main": "dist/holen.js", "umd:main": "dist/holen.umd.js", "files": [ "dist" ], "scripts": { "build": "npm-run-all clean -p rollup -p minify:* -s size", "clean": "rimraf dist", "test": "standard src test && jest --coverage", "test:watch": "jest --watch", "rollup": "rollup -c", "minify:cjs": "uglifyjs $npm_package_main -cm toplevel -o $npm_package_main -p relative --in-source-map ${npm_package_main}.map --source-map ${npm_package_main}.map", "minify:umd": "uglifyjs $npm_package_umd_main -cm -o $npm_package_umd_main -p relative --in-source-map ${npm_package_umd_main}.map --source-map ${npm_package_umd_main}.map", "size": "echo \"Gzipped Size: $(strip-json-comments --no-whitespace $npm_package_main | gzip-size)\"", "release": "npm run test && npm run build && npm version patch && npm publish && git push --tags" }, "peerDependencies": { "react": ">=14" }, "devDependencies": { "babel-eslint": "^7.2.3", "babel-jest": "^19.0.0", "babel-polyfill": "^6.23.0", "babel-preset-env": "^1.4.0", "babel-preset-react": "^6.24.1", "babel-preset-stage-0": "^6.24.1", "gzip-size-cli": "^2.0.0", "hapi": "^16.1.0", "isomorphic-unfetch": "^2.0.0", "jest": "^19.0.2", "npm-run-all": "^4.0.2", "pretty-bytes-cli": "^2.0.0", "prop-types": "^15.5.8", "raw-loader": "^0.5.1", "react": "^15.5.4", "react-addons-test-utils": "^15.5.1", "react-dom": "^15.5.4", "rimraf": "^2.6.1", "rollup": "^0.41.6", "rollup-plugin-babel": "^2.7.1", "standard": "^10.0.2", "strip-json-comments-cli": "^1.0.1", "uglify-js": "^2.8.22" }, "author": "Kye Hohenberger", "homepage": "https://github.com/tkh44/holen#readme", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/tkh44/holen.git" }, "directories": { "test": "tests" }, "keywords": [ "fetch", "react", "react-component", "react-fetch", "fetch-component", "preact", "preact-fetch", "holen" ], "eslintConfig": { "extends": "standard", "parser": "babel-eslint" }, "standard": { "parser": "babel-eslint", "ignore": [ "/dist/" ] }, "bugs": { "url": "https://github.com/tkh44/holen/issues" } }