From 2bfd9ea0707c598358d62039ea1017ed1e6bc614 Mon Sep 17 00:00:00 2001 From: CJ Patoilo Date: Sat, 26 Dec 2015 18:43:29 -0300 Subject: [PATCH] updated informations --- bower.json | 57 +++++++++++++------------------------ component.json | 52 ++++++++++++---------------------- package.json | 76 ++++++++++++++++++-------------------------------- 3 files changed, 65 insertions(+), 120 deletions(-) diff --git a/bower.json b/bower.json index f8bf33e..8d67d04 100644 --- a/bower.json +++ b/bower.json @@ -3,59 +3,42 @@ "version": "1.0.1", "description": "A minimalist CSS framework.", "homepage": "http://milligram.github.io", - "license": { - "type": "MIT", - "url": "https://cjpatoilo.mit-license.org" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/milligram/milligram.git" - }, - "bugs": { - "url": "https://github.com/milligram/milligram/issues" - }, - "author": { - "name": "CJ Patoilo", - "email": "cjpatoilo@gmail.com", - "url": "http://cjpatoilo.com" - }, - "moduleType": "globals", - "main": "dist/milligram.min.css", + "repository": "milligram/milligram", + "license": "MIT", + "author": "CJ Patoilo ", + "main": "dist/milligram.css", "keywords": [ - "app", "boilerplate", - "botstrap", - "build", + "bootstrap", "css", + "css3", "design", - "dev", - "development", "front-end", "framework", "html", + "html5", + "kickstart", "less", "milligram", "responsive", "mobile", "mobile-first", + "responsive", "sass", - "stack", "stylus", "style", - "styles", - "stylesheet", - "stylesheets", - "tool", - "tooling", - "web", - "web-design" + "stylesheet" + ], + "ignore": [ + ".editorconfig", + ".gitignore", + ".travis.yml", + "component.json", + "package.json", + "gruntfile.js", + "src" ], "dependencies": { "normalize.css": "latest" - }, - "ignore": [ - "**/.*", - "bower_components", - "node_modules" - ] + } } diff --git a/component.json b/component.json index 766e7f7..4c4badf 100644 --- a/component.json +++ b/component.json @@ -3,57 +3,41 @@ "version": "1.0.1", "description": "A minimalist CSS framework.", "homepage": "http://milligram.github.io", - "license": { - "type": "MIT", - "url": "https://cjpatoilo.mit-license.org" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/milligram/milligram.git" - }, - "bugs": { - "url": "https://github.com/milligram/milligram/issues" - }, - "author": { - "name": "CJ Patoilo", - "email": "cjpatoilo@gmail.com", - "url": "http://cjpatoilo.com" - }, - "main": "dist/milligram.min.css", + "repository": "milligram/milligram", + "license": "MIT", + "author": "CJ Patoilo ", + "main": "dist/milligram.css", "keywords": [ - "app", "boilerplate", - "botstrap", - "build", + "bootstrap", "css", + "css3", "design", - "dev", - "development", "front-end", "framework", "html", + "html5", + "kickstart", "less", "milligram", "responsive", "mobile", "mobile-first", + "responsive", "sass", - "stack", "stylus", "style", - "styles", - "stylesheet", - "stylesheets", - "tool", - "tooling", - "web", - "web-design" + "stylesheet" ], "ignore": [ - "**/.*", - "bower_components", - "node_modules" + ".editorconfig", + ".gitignore", + ".travis.yml", + "bower.json", + "package.json", + "gruntfile.js", + "src" ], "repo": "milligram/milligram", - "styles": ["dist/milligram.min.css"] + "styles": ["dist/milligram.css"] } \ No newline at end of file diff --git a/package.json b/package.json index a997262..49393de 100644 --- a/package.json +++ b/package.json @@ -3,64 +3,40 @@ "version": "1.0.1", "description": "A minimalist CSS framework.", "homepage": "http://milligram.github.io", - "license": { - "type": "MIT", - "url": "https://cjpatoilo.mit-license.org" - }, - "repository": { - "type": "git", - "url": "git+https://github.com/milligram/milligram.git" - }, - "bugs": { - "url": "https://github.com/milligram/milligram/issues" - }, - "author": { - "name": "CJ Patoilo", - "email": "cjpatoilo@gmail.com", - "url": "http://cjpatoilo.com" - }, - "engines": { - "node": ">=0.12.0" - }, - "scripts": { - "start": "grunt", - "build": "grunt build" - }, - "files": [ - "*.json", - "*.md", - ".gitignore", - "license" - ], - "main": "dist/milligram.min.css", + "repository": "milligram/milligram", + "license": "MIT", + "author": "CJ Patoilo ", + "main": "dist/milligram.css", "keywords": [ - "app", "boilerplate", - "botstrap", - "build", + "bootstrap", "css", + "css3", "design", - "dev", - "development", "front-end", "framework", "html", + "html5", + "kickstart", "less", "milligram", "responsive", "mobile", "mobile-first", + "responsive", "sass", - "stack", "stylus", "style", - "styles", - "stylesheet", - "stylesheets", - "tool", - "tooling", - "web", - "web-design" + "stylesheet" + ], + "ignore": [ + ".editorconfig", + ".gitignore", + ".travis.yml", + "bower.json", + "component.json", + "gruntfile.js", + "src" ], "dependencies": { "normalize.css": "latest" @@ -70,16 +46,18 @@ "grunt": "^0.4.5", "grunt-autoprefixer": "^3.0.3", "grunt-contrib-clean": "^0.7.0", - "grunt-contrib-sass": "^0.9.2", + "grunt-contrib-sass": "~0.8.1", "grunt-contrib-watch": "^0.6.1", "grunt-newer": "^1.1.1", "grunt-notify": "^0.4.3", "load-grunt-tasks": "^3.3.0", "time-grunt": "^1.2.2" }, - "ignore": [ - "**/.*", - "bower_components", - "node_modules" - ] + "engines": { + "node": ">=0.12.0" + }, + "scripts": { + "start": "grunt", + "test": "grunt build" + } }