react-gist
Version:
Github Gist React component
52 lines (51 loc) • 1.19 kB
JSON
{
"name": "react-gist",
"version": "1.2.4",
"description": "Github Gist React component",
"main": "lib/index.js",
"module": "es/index.js",
"types": "types",
"files": [
"types/index.d.ts",
"lib",
"es"
],
"repository": {
"type": "git",
"url": "git://github.com/tleunen/react-gist.git"
},
"bugs": {
"url": "https://github.com/tleunen/react-gist/issues"
},
"homepage": "https://github.com/tleunen/react-gist",
"keywords": [
"react",
"react-component",
"gist",
"github",
"iframe"
],
"author": {
"name": "Tommy Leunen",
"email": "tommy.leunen@gmail.com",
"url": "http://tommyleunen.com/"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"nwb": "^0.25.2",
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"peerDependencies": {
"react": "0.14.x || ^15.0.0-rc || ^16.0.0-rc || ^17.0.0-rc"
},
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && nwb clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test-react",
"test:coverage": "nwb test-react --coverage",
"test:watch": "nwb test-react --server"
}
}