1{
2  "name": "responsive-elements",
3  "main": "./responsive-elements.js",
4  "homepage": "http://kumailht.com/responsive-elements/",
5  "authors": [
6    "Kumail Hunaid <contact@kumailht.com>"
7  ],
8  "description": "Responsive elements makes it possible for any element to adapt and respond to the area they occupy. It's a tiny javascript library that you can drop into your projects today.",
9  "keywords": [
10    "responsive"
11  ],
12  "license": "MIT",
13  "ignore": [
14    "**/.*",
15    "node_modules",
16    "bower_components",
17    "test",
18    "tests",
19    "website"
20  ]
21}
22