UNPKG

swgs

Version:

swgs is a compatiblity layer between svg and react-native-svg

96 lines (95 loc) 2.41 kB
{ "name": "swgs", "version": "3.3.0", "description": "swgs is a compatiblity layer between svg and react-native-svg", "main": "./lib", "react-native": "./index", "scripts": { "test:web": "mocha --require setup-env test/*.test.js", "test": "nyc --reporter=text --reporter=json-summary npm run test:web", "lint": "eslint-godaddy-react index.js index.native.js test.js", "build": "rm -rf ./lib && babel ./index.js -d ./lib", "coverage": "nyc report --reporter=text-lcov | coveralls", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/msand/swgs" }, "keywords": [ "svg", "react-native", "svgs", "swgs", "compatiblity", "element", "react" ], "dependencies": { "prop-types": "^15.5.10", "rip-out": "^1.0.0" }, "peerDependencies": { "react": "*", "react-native-svg": "*" }, "devDependencies": { "@babel/cli": "^7.1.2", "@babel/core": "^7.1.2", "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/preset-env": "^7.1.0", "@babel/preset-react": "^7.0.0", "@babel/register": "^7.0.0", "assume": "^2.1.0", "babel-cli": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-preset-es2015": "^6.24.1", "babel-preset-react": "^6.24.1", "babel-register": "^6.26.0", "coveralls": "^3.0.0", "enzyme": "^3.6.0", "enzyme-adapter-react-16": "^1.1.1", "eslint": "5.6.0", "eslint-config-godaddy-react": "^2.1.0", "eslint-plugin-json": "^1.2.0", "eslint-plugin-mocha": "^4.8.0", "eslint-plugin-react": "^7.6.0", "jsdom": "^11.6.2", "mocha": "^5.2.0", "nyc": "^13.0.1", "react": "^16.2.0", "react-art": "^16.5.2", "react-dom": "^16.2.0", "react-native-svg": "6.2.2", "react-native-web": "^0.9.1", "setup-env": "^1.2.1" }, "author": "GoDaddy Operating Company, LLC", "contributors": [ "Arnout Kazemier" ], "license": "MIT", "babel": { "plugins": [ "transform-object-rest-spread" ], "presets": [ "babel-preset-es2015", "babel-preset-react" ] }, "babel7": { "plugins": [ "@babel/plugin-proposal-object-rest-spread" ], "presets": [ "@babel/preset-env", "@babel/preset-react" ] }, "browserify": { "transform": [ "babelify" ] } }