Skip to content

Commit

Permalink
Complete package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ausi committed Oct 30, 2015
1 parent 13f74c4 commit 7aa2ba9
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .npmignore

This file was deleted.

22 changes: 21 additions & 1 deletion package.json
@@ -1,15 +1,35 @@
{
"name": "cq-prolyfill",
"version": "0.2.1",
"description": "Prolyfill for CSS Container Queries",
"description": "Prolyfill for CSS Container Queries (aka Element Queries)",
"license": "MIT",
"keywords": [
"CSS",
"Container Queries",
"Container Query",
"Element Queries",
"Element Query",
"Prolyfill",
"Prollyfill",
"Polyfill",
"postcss-plugin"
],
"scripts": {
"test": "make test"
},
"main": "cq-prolyfill.js",
"browser": "cq-prolyfill.js",
"files": [
"cq-prolyfill.js",
"cq-prolyfill.min.js",
"cq-prolyfill.min.js.gz",
"postcss-plugin.js"
],
"homepage": "https://github.com/ausi/cq-prolyfill",
"repository": "ausi/cq-prolyfill",
"bugs": {
"url": "https://github.com/ausi/cq-prolyfill/issues"
},
"dependencies": {
"postcss": "^5.0.2"
},
Expand Down

0 comments on commit 7aa2ba9

Please sign in to comment.