35 lines
909 B
JSON
35 lines
909 B
JSON
{
|
|
"name": "prototype-html",
|
|
"version": "0.1.5",
|
|
"description": "This is a static site generated from assemble.io used to build prototype html pages.",
|
|
"main": "index.html",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "WTFPL",
|
|
"dependencies": {
|
|
"normalize.css": "^7.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"autoprefixer": "^7.1.3",
|
|
"browser-sync": "^2.18.13",
|
|
"grunt": "^1.0.1",
|
|
"grunt-assemble": "^0.6.3",
|
|
"grunt-browser-sync": "^2.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.1.0",
|
|
"grunt-postcss": "^0.8.0",
|
|
"grunt-sass": "^2.0.0",
|
|
"grunt-sass-lint": "^0.2.3",
|
|
"load-grunt-tasks": "^3.5.2",
|
|
"sass-lint": "^1.11.1"
|
|
},
|
|
"browserslist": [
|
|
"last 2 versions"
|
|
]
|
|
}
|