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",
"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 <cjpatoilo@gmail.com>",
"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"
]
}
}

View File

@ -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 <cjpatoilo@gmail.com>",
"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"]
}

View File

@ -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 <cjpatoilo@gmail.com>",
"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"
}
}