Files
markamoser.com/package.json
2017-08-23 14:43:50 -05:00

34 lines
910 B
JSON

{
"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"
}
}