Update npm and bower metadata
This commit is contained in:
parent
09aaefdc13
commit
227fb74feb
2 changed files with 27 additions and 6 deletions
17
bower.json
17
bower.json
|
|
@ -1,12 +1,25 @@
|
||||||
{
|
{
|
||||||
"name": "total-reset",
|
"name": "total-reset",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "A semantic CSS reset that goes all the way.",
|
"description": "A semantic CSS reset that goes all the way",
|
||||||
"main": "dist/total-reset.css",
|
|
||||||
"authors": [
|
"authors": [
|
||||||
"M. George Hansen <technopolitica@gmail.com>"
|
"M. George Hansen <technopolitica@gmail.com>"
|
||||||
],
|
],
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
|
"keywords": [
|
||||||
|
"css",
|
||||||
|
"reset",
|
||||||
|
"semantic"
|
||||||
|
],
|
||||||
|
"homepage": "https://github.com/mgeorgehansen/total-reset.css",
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/mgeorgehansen/total-reset.css"
|
||||||
|
},
|
||||||
|
"main": [
|
||||||
|
"dist/total-reset.css",
|
||||||
|
"src/full-reset.sass"
|
||||||
|
],
|
||||||
"ignore": [
|
"ignore": [
|
||||||
"**/.*",
|
"**/.*",
|
||||||
"node_modules",
|
"node_modules",
|
||||||
|
|
|
||||||
16
package.json
16
package.json
|
|
@ -1,19 +1,27 @@
|
||||||
{
|
{
|
||||||
"name": "total-reset",
|
"name": "total-reset",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "A semantic CSS reset that goes all the way.",
|
"description": "A semantic CSS reset that goes all the way",
|
||||||
|
"license": "MPL-2.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"css",
|
"css",
|
||||||
"reset"
|
"reset",
|
||||||
|
"semantic"
|
||||||
],
|
],
|
||||||
|
"author": "M. George Hansen <technopolitica@gmail.com>",
|
||||||
|
"homepage": "https://github.com/mgeorgehansen/total-reset.css",
|
||||||
|
"repository": "mgeorgehansen/total-reset.css",
|
||||||
|
"bugs": "https://github.com/mgeorgehansen/total-reset.css/issues",
|
||||||
"main": "dist/total-reset.css",
|
"main": "dist/total-reset.css",
|
||||||
|
"files": [
|
||||||
|
"dist/total-reset.css",
|
||||||
|
"src/"
|
||||||
|
],
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"prebuild": "npm install",
|
"prebuild": "npm install",
|
||||||
"build": "gulp build",
|
"build": "gulp build",
|
||||||
"serve": "npm run prebuild && gulp serve"
|
"serve": "npm run prebuild && gulp serve"
|
||||||
},
|
},
|
||||||
"author": "M. George Hansen <technopolitica@gmail.com>",
|
|
||||||
"license": "MPL-2.0",
|
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"browser-sync": "^2.9.11",
|
"browser-sync": "^2.9.11",
|
||||||
"gulp": "^3.9.0",
|
"gulp": "^3.9.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue