mirror of
https://github.com/SrIzan10/enquire.js.git
synced 2026-05-01 10:45:19 +00:00
14 lines
241 B
JSON
14 lines
241 B
JSON
{
|
|
"name": "enquire",
|
|
"description" : "Awesome Media Queries in JavaScript",
|
|
"version": "2.1.2",
|
|
"main": ["./dist/enquire.js"],
|
|
"ignore": [
|
|
"functional-test/",
|
|
"spec",
|
|
"src/",
|
|
"Gruntfile.js",
|
|
".travis.yml"
|
|
]
|
|
}
|