UNPKG

801 BJSONView Raw
1{
2 "name": "react-dom-core",
3 "version": "0.0.4",
4 "description": "Exposes the core/internal modules from react-dom lib.",
5 "author": "Mark <mark@remarkablemark.org>",
6 "scripts": {
7 "prepublishOnly": "npm run clean && npm run copy",
8 "clean": "rm -rf lib",
9 "copy": "cp -r node_modules/react-dom/lib/. lib",
10 "release": "standard-version"
11 },
12 "repository": {
13 "type": "git",
14 "url": "https://github.com/remarkablemark/react-dom-core"
15 },
16 "bugs": {
17 "url": "https://github.com/remarkablemark/react-dom-core/issues"
18 },
19 "keywords": [
20 "react",
21 "react-dom",
22 "react-dom-core"
23 ],
24 "files": [
25 "lib"
26 ],
27 "dependencies": {
28 "react": "15"
29 },
30 "devDependencies": {
31 "react-dom": "^15",
32 "standard-version": "^4.3.0"
33 },
34 "license": "MIT"
35}