updated informations

This commit is contained in:
CJ Patoilo 2015-12-26 18:43:29 -03:00
parent b6019395e3
commit 2bfd9ea070
3 changed files with 65 additions and 120 deletions

View File

@ -3,59 +3,42 @@
"version": "1.0.1", "version": "1.0.1",
"description": "A minimalist CSS framework.", "description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io", "homepage": "http://milligram.github.io",
"license": { "repository": "milligram/milligram",
"type": "MIT", "license": "MIT",
"url": "https://cjpatoilo.mit-license.org" "author": "CJ Patoilo <cjpatoilo@gmail.com>",
}, "main": "dist/milligram.css",
"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",
"keywords": [ "keywords": [
"app",
"boilerplate", "boilerplate",
"botstrap", "bootstrap",
"build",
"css", "css",
"css3",
"design", "design",
"dev",
"development",
"front-end", "front-end",
"framework", "framework",
"html", "html",
"html5",
"kickstart",
"less", "less",
"milligram", "milligram",
"responsive", "responsive",
"mobile", "mobile",
"mobile-first", "mobile-first",
"responsive",
"sass", "sass",
"stack",
"stylus", "stylus",
"style", "style",
"styles", "stylesheet"
"stylesheet", ],
"stylesheets", "ignore": [
"tool", ".editorconfig",
"tooling", ".gitignore",
"web", ".travis.yml",
"web-design" "component.json",
"package.json",
"gruntfile.js",
"src"
], ],
"dependencies": { "dependencies": {
"normalize.css": "latest" "normalize.css": "latest"
}, }
"ignore": [
"**/.*",
"bower_components",
"node_modules"
]
} }

View File

@ -3,57 +3,41 @@
"version": "1.0.1", "version": "1.0.1",
"description": "A minimalist CSS framework.", "description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io", "homepage": "http://milligram.github.io",
"license": { "repository": "milligram/milligram",
"type": "MIT", "license": "MIT",
"url": "https://cjpatoilo.mit-license.org" "author": "CJ Patoilo <cjpatoilo@gmail.com>",
}, "main": "dist/milligram.css",
"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",
"keywords": [ "keywords": [
"app",
"boilerplate", "boilerplate",
"botstrap", "bootstrap",
"build",
"css", "css",
"css3",
"design", "design",
"dev",
"development",
"front-end", "front-end",
"framework", "framework",
"html", "html",
"html5",
"kickstart",
"less", "less",
"milligram", "milligram",
"responsive", "responsive",
"mobile", "mobile",
"mobile-first", "mobile-first",
"responsive",
"sass", "sass",
"stack",
"stylus", "stylus",
"style", "style",
"styles", "stylesheet"
"stylesheet",
"stylesheets",
"tool",
"tooling",
"web",
"web-design"
], ],
"ignore": [ "ignore": [
"**/.*", ".editorconfig",
"bower_components", ".gitignore",
"node_modules" ".travis.yml",
"bower.json",
"package.json",
"gruntfile.js",
"src"
], ],
"repo": "milligram/milligram", "repo": "milligram/milligram",
"styles": ["dist/milligram.min.css"] "styles": ["dist/milligram.css"]
} }

View File

@ -3,64 +3,40 @@
"version": "1.0.1", "version": "1.0.1",
"description": "A minimalist CSS framework.", "description": "A minimalist CSS framework.",
"homepage": "http://milligram.github.io", "homepage": "http://milligram.github.io",
"license": { "repository": "milligram/milligram",
"type": "MIT", "license": "MIT",
"url": "https://cjpatoilo.mit-license.org" "author": "CJ Patoilo <cjpatoilo@gmail.com>",
}, "main": "dist/milligram.css",
"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",
"keywords": [ "keywords": [
"app",
"boilerplate", "boilerplate",
"botstrap", "bootstrap",
"build",
"css", "css",
"css3",
"design", "design",
"dev",
"development",
"front-end", "front-end",
"framework", "framework",
"html", "html",
"html5",
"kickstart",
"less", "less",
"milligram", "milligram",
"responsive", "responsive",
"mobile", "mobile",
"mobile-first", "mobile-first",
"responsive",
"sass", "sass",
"stack",
"stylus", "stylus",
"style", "style",
"styles", "stylesheet"
"stylesheet", ],
"stylesheets", "ignore": [
"tool", ".editorconfig",
"tooling", ".gitignore",
"web", ".travis.yml",
"web-design" "bower.json",
"component.json",
"gruntfile.js",
"src"
], ],
"dependencies": { "dependencies": {
"normalize.css": "latest" "normalize.css": "latest"
@ -70,16 +46,18 @@
"grunt": "^0.4.5", "grunt": "^0.4.5",
"grunt-autoprefixer": "^3.0.3", "grunt-autoprefixer": "^3.0.3",
"grunt-contrib-clean": "^0.7.0", "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-contrib-watch": "^0.6.1",
"grunt-newer": "^1.1.1", "grunt-newer": "^1.1.1",
"grunt-notify": "^0.4.3", "grunt-notify": "^0.4.3",
"load-grunt-tasks": "^3.3.0", "load-grunt-tasks": "^3.3.0",
"time-grunt": "^1.2.2" "time-grunt": "^1.2.2"
}, },
"ignore": [ "engines": {
"**/.*", "node": ">=0.12.0"
"bower_components", },
"node_modules" "scripts": {
] "start": "grunt",
"test": "grunt build"
}
} }