commit92c55c5705
Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Jun 16 23:26:41 2016 +0100 Update resource links commita72719dc24
Author: Jonny Barnes <jonny@jonnybarnes.uk> Date: Thu Jun 16 23:18:44 2016 +0100 Move hand-made js to resources
26 lines
573 B
JSON
26 lines
573 B
JSON
{
|
|
"name": "jbuk-frontend",
|
|
"version": "0.0.1",
|
|
"repository": "https://github.com/jonnybarnes/jonnybarnes.uk",
|
|
"license": "CC0-1.0",
|
|
"devDependencies": {
|
|
"gulp": "~3.9",
|
|
"gulp-brotli": "^1.0.1",
|
|
"gulp-zopfli": "^1.0.0",
|
|
"laravel-elixir": "^6.0.0-2",
|
|
"lint-staged": "^1.0.1",
|
|
"pre-commit": "^1.1.3"
|
|
},
|
|
"private": true,
|
|
"scripts": {
|
|
"prod": "gulp --production",
|
|
"dev": "gulp watch",
|
|
"lint-staged": "lint-staged"
|
|
},
|
|
"lint-staged": {
|
|
"eslint": "resources/assets/js/*.js"
|
|
},
|
|
"pre-commit": [
|
|
"lint-staged"
|
|
]
|
|
}
|