UNPKG

self-reload-json

Version:
33 lines (32 loc) 772 B
{ "name": "self-reload-json", "version": "0.4.0", "description": "Self reloading JSON handler", "main": "./lib/", "typings": "./lib/index.d.ts", "scripts": { "build": "babel -d lib/ src/", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/JLChnToZ/selfreloadjson.git" }, "keywords": [ "JSON", "Reload", "Hot" ], "author": "Jeremy Lam (JLChnToZ)", "license": "MIT", "bugs": { "url": "https://github.com/JLChnToZ/selfreloadjson/issues" }, "homepage": "https://github.com/JLChnToZ/selfreloadjson#readme", "dependencies": {}, "devDependencies": { "babel-cli": "^6.26.0", "babel-plugin-add-module-exports": "^0.2.1", "babel-preset-env": "^1.6.1" } }