Add bower.json, refresh package.json

master
Addy Osmani 2015-02-04 10:15:31 +00:00
parent 7c0287a886
commit 3e1bbfdbd4
2 changed files with 39 additions and 5 deletions

30
bower.json Normal file
View File

@ -0,0 +1,30 @@
{
"name": "material-styleguide",
"version": "1.0.0",
"homepage": "https://github.com/google/material-styleguide",
"authors": [
"Web Starter Kit team"
],
"description": "Material Design Style Guide",
"main": [
"css/material.min.css",
"js/material.min.js",
"images/"
],
"keywords": [
"material",
"design",
"styleguide",
"style",
"guide"
],
"license": "Apache-2",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"./lib/.bower_components",
"test",
"tests"
]
}

View File

@ -1,4 +1,10 @@
{
"name": "material-styleguide",
"version": "1.0.0",
"description": "Material Design Library",
"private": true,
"license": "Apache-2",
"homepage": "https://github.com/google/material-styleguide",
"devDependencies": {
"apache-server-configs": "^2.7.1",
"browser-sync": "^1.3.0",
@ -10,6 +16,7 @@
"gulp-concat": "^2.4.1",
"gulp-csso": "^0.2.9",
"gulp-flatten": "0.0.4",
"gulp-header": "^1.2.2",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^2.0.0",
"gulp-jshint": "^1.6.3",
@ -18,20 +25,17 @@
"gulp-replace": "^0.5.0",
"gulp-sass": "^1.2.2",
"gulp-size": "^1.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.1",
"gulp-uncss": "^0.5.2",
"gulp-useref": "^1.0.1",
"jshint-stylish": "^1.0.0",
"opn": "^1.0.0",
"psi": "^1.0.4",
"require-dir": "^0.1.0",
"run-sequence": "^1.0.2",
"sw-precache": "^1.2.1"
"run-sequence": "^1.0.2"
},
"engines": {
"node": ">=0.10.0"
},
"private": true,
"scripts": {
"test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
}