angular-hot-loader
Version:
🔥 Webpack Hot Module Replacement for Angular 1.x applications.
61 lines (60 loc) • 1.42 kB
JSON
{
"name": "angular-hot-loader",
"version": "0.9.15",
"description": "🔥 Webpack Hot Module Replacement for Angular 1.x applications.",
"main": "./lib/loader.js",
"scripts": {
"test": "exit 0",
"lint": "eslint ./lib/**/*.js"
},
"engines": {
"node": ">=6.0.0"
},
"contributors": [
"Vitaliy Bobrov <bobrov1989@gmail.com> (https://vitaliy-bobrov.github.io)",
"João Vieira (https://github.com/joaovieira)",
"Jonas Pauthier (https://github.com/Nargonath)",
"Sergey Bekrin (https://github.com/sergeybekrin)"
],
"license": "ISC",
"dependencies": {
"loader-utils": "^1.1.0",
"source-map": "^0.7.3",
"to-factory": "^1.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vitaliy-bobrov/angular-hot-loader.git"
},
"keywords": [
"Angular",
"loader",
"webpack",
"HMR",
"hot module replacement"
],
"bugs": {
"url": "https://github.com/vitaliy-bobrov/angular-hot-loader/issues"
},
"homepage": "https://github.com/vitaliy-bobrov/angular-hot-loader#readme",
"devDependencies": {
"eslint": "^5.9.0",
"eslint-plugin-node": "^8.0.0"
},
"eslintConfig": {
"env": {
"browser": true,
"node": true
},
"globals": {
"angular": false
},
"plugins": [
"node"
],
"extends": [
"eslint:recommended",
"plugin:node/recommended"
]
}
}