UNPKG

react-inline-script

Version:

Inject arbitrary javascript and inline <script> tags into your DOM without any headaches

47 lines (46 loc) 1.18 kB
{ "name": "react-inline-script", "version": "1.2.0", "description": "Inject arbitrary javascript and inline <script> tags into your DOM without any headaches", "main": "build/index.js", "scripts": { "test": "jest", "build": "webpack", "prepublish": "rm -rf ./build && npm run build" }, "jest": { "testURL": "http://localhost/" }, "repository": { "type": "git", "url": "git+https://github.com/bberak/react-inline-script.git" }, "keywords": [ "React", "JS", "inline", "script", "noscript" ], "author": "Boris Berak", "license": "MIT", "bugs": { "url": "https://github.com/bberak/react-inline-script/issues" }, "homepage": "https://github.com/bberak/react-inline-script#readme", "peerDependencies": { "react": "*" }, "devDependencies": { "babel-jest": "^22.4.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "babel-plugin-transform-react-jsx": "^6.24.1", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "babel-loader": "^7.0.0", "jest": "^22.4.2", "react": "*", "react-test-renderer": "^16.2.0", "webpack": "^2.6.1" } }