systemjs-hot-reloader-ex
Version:
SystemJS / JSPM hot reloader with support of CSS, SCSS, SASS, LESS, Stylus, React and JavaScript
57 lines (56 loc) • 1.35 kB
JSON
{
"name": "systemjs-hot-reloader-ex",
"version": "2.0.7",
"description": "SystemJS / JSPM hot reloader with support of CSS, SCSS, SASS, LESS, Stylus, React and JavaScript",
"main": "dist/index.js",
"keywords": [
"BrowserSync",
"SystemJS",
"JSPM",
"plugin",
"hot",
"reload",
"CSS",
"SCSS",
"SASS",
"LESS",
"Stylus",
"React",
"JavaScript"
],
"author": "Artem Butusov <art.sormy@gmail.com>",
"homepage": "https://github.com/sormy/systemjs-hot-reloader",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sormy/systemjs-hot-reloader"
},
"bugs": {
"url": "https://github.com/sormy/systemjs-hot-reloader/issues"
},
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-eslint": "^7.0.0",
"babel-preset-latest": "^6.16.0",
"eslint": "^3.7.1",
"eslint-config-airbnb": "^12.0.0",
"eslint-plugin-import": "^2.0.0"
},
"dependencies": {
"core-js": "^2.4.1"
},
"scripts": {
"clean": "rm -rf dist",
"build": "mkdir -p dist && babel src --out-dir dist --source-maps",
"lint": "eslint .",
"prepublish": "npm run start",
"start": "npm run lint && npm run clean && npm run build"
},
"jspm": {
"main": "index.js",
"registry": "npm",
"directories": {
"lib": "dist"
}
}
}