new dev stack

This commit is contained in:
2017-08-05 14:24:41 -05:00
committed by Mark Moser
parent f37eed7b45
commit 4197ca7078
78 changed files with 512 additions and 150 deletions

33
package.json Normal file
View File

@ -0,0 +1,33 @@
{
"name": "markamoser",
"version": "1.0.0",
"description": "personal website",
"main": "-",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@bitbucket.org/markamoser/markamoser.git"
},
"author": "Mark Moser",
"license": "ISC",
"homepage": "https://bitbucket.org/markamoser/markamoser#readme",
"devDependencies": {
"autoprefixer": "^7.1.2",
"browser-sync": "^2.18.13",
"grunt": "^1.0.1",
"grunt-assemble": "^0.6.3",
"grunt-browser-sync": "^2.2.0",
"grunt-cli": "^1.2.0",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-clean": "^1.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-eslint": "^20.0.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^2.0.0",
"grunt-sass-lint": "^0.2.2",
"load-grunt-tasks": "^3.5.2"
}
}