UNPKG

lrload-chronic

Version:
49 lines (48 loc) 1.03 kB
{ "name": "lrload-chronic", "description": "livereactload - babel - watchify", "version": "0.1.0", "author": { "name": "David Wisner", "email": "dwisner6@gmail.com", "url": "http://rnbwd.com" }, "bin": "./bin/lrload", "bugs": { "url": "https://github.com/rnbwd/lrload-chronic/issues" }, "dependencies": { "babelify": "^6.0.2", "browserify": "^9.0.7", "livereactload": "^0.3.0", "watchify": "^3.1.0" }, "devDependencies": { "chronic": "0.5.0-beta.3", "express": "^4.12.3", "mocha": "*", "react": "0.13.1" }, "homepage": "https://github.com/rnbwd/lrload-chronic", "keywords": [ "babel", "browserify", "chronic", "chronic-plugin", "livereactload", "react", "watchify" ], "license": "MIT", "main": "index.js", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "repository": { "type": "git", "url": "http://github.com/rnbwd/lrload-chronic.git" }, "scripts": { "test": "mocha" } }