Skip to content

Commit

Permalink
Add npm
Browse files Browse the repository at this point in the history
  • Loading branch information
pafnuty committed Aug 16, 2016
1 parent 31d8d66 commit ebde8ba
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .gitignore
@@ -1,3 +1,16 @@
.idea
# IDE #
.idea/
*.swp

# Logs
logs
*.log
npm-debug.log*

# Node Files #
/node_modules
/bower_components
npm-debug.log

# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
.grunt
20 changes: 20 additions & 0 deletions package.json
@@ -0,0 +1,20 @@
{
"name": "legrid",
"description": "Simple, effective and easy grid on FlexBox and less.",
"version": "2.0.3",
"keywords": [
"less, css"
],
"repositories": [
{
"type": "git",
"url": "git@github.com:pafnuty/LEGRID.git"
}
],
"licenses": [
{
"name": "MIT",
"url": "https://raw.githubusercontent.com/pafnuty/LEGRID/master/LICENSE"
}
]
}

0 comments on commit ebde8ba

Please sign in to comment.