49 lines
1.2 KiB
JSON
49 lines
1.2 KiB
JSON
|
{
|
||
|
"name": "default-stylesheet",
|
||
|
"version": "0.1.0",
|
||
|
"description": "Return styles to browser defaults.",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||
|
"build": "./node_modules/.bin/webpack"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/thallada/default-stylesheet.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"css",
|
||
|
"unreset",
|
||
|
"all:initial",
|
||
|
"reset",
|
||
|
"postcss",
|
||
|
"browser",
|
||
|
"default",
|
||
|
"stylesheet"
|
||
|
],
|
||
|
"author": {
|
||
|
"name": "Tyler Hallada",
|
||
|
"email": "tyler@hallada.net",
|
||
|
"url": "https://www.hallada.net"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/thallada/default-stylesheet/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/thallada/default-stylesheet#readme",
|
||
|
"devDependencies": {
|
||
|
"autoprefixer": "^8.0.0",
|
||
|
"bootstrap": "^4.0.0",
|
||
|
"css-loader": "^0.28.9",
|
||
|
"extract-text-webpack-plugin": "^3.0.2",
|
||
|
"node-sass": "^4.7.2",
|
||
|
"postcss-initial": "^2.0.0",
|
||
|
"postcss-loader": "^2.1.0",
|
||
|
"postcss-prepend-selector": "^0.3.1",
|
||
|
"sass-loader": "^6.0.6",
|
||
|
"style-loader": "^0.20.2",
|
||
|
"webpack": "^3.11.0"
|
||
|
},
|
||
|
"dependencies": {}
|
||
|
}
|