infos du package
This commit is contained in:
parent
dcf44e2f24
commit
35677cb139
1 changed files with 27 additions and 2 deletions
29
package.json
29
package.json
|
@ -1,6 +1,31 @@
|
||||||
{
|
{
|
||||||
"name": "demo",
|
"name": "knacss",
|
||||||
"version": "0.0.0",
|
"version": "8.0.1",
|
||||||
|
"homepage": "http://www.knacss.com/",
|
||||||
|
"bugs": "https://github.com/alsacreations/KNACSS/issues",
|
||||||
|
"author": [
|
||||||
|
"Raphaël GOETTER, Alsacreations (http://www.alsacreations.fr)"
|
||||||
|
],
|
||||||
|
"contributors": [
|
||||||
|
"Raphaël GOETTER, Alsacreations"
|
||||||
|
],
|
||||||
|
"description": "KNACSS is a minimalist, responsive and extensible style sheet to kick-start your HTML / CSS projects. It relies on common best practices and experience on the topic.",
|
||||||
|
"main": "https://github.com/alsacreations/KNACSS/tree/master/css",
|
||||||
|
"keywords": [
|
||||||
|
"css",
|
||||||
|
"framework",
|
||||||
|
"reset",
|
||||||
|
"responsive",
|
||||||
|
"sass",
|
||||||
|
"rwd",
|
||||||
|
"boilerplate",
|
||||||
|
"workflow"
|
||||||
|
],
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "https://github.com/alsacreations/KNACSS"
|
||||||
|
},
|
||||||
|
"license": "WTFPL",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"gulp": "^4.0.2",
|
"gulp": "^4.0.2",
|
||||||
"gulp-postcss": "^8.0.0",
|
"gulp-postcss": "^8.0.0",
|
||||||
|
|
Loading…
Reference in a new issue