1 { 2 "name": "css-element-queries", 3 "version": "0.2.1", 4 "description": "CSS-Element-Queries Polyfill. proof-of-concept for high-speed element dimension/media queries in valid css.", 5 "main": "src/ElementQueries.js", 6 "directories": { 7 "test": "test" 8 }, 9 "scripts": { 10 "test": "echo \"Error: no test specified\" && exit 1" 11 }, 12 "repository": { 13 "type": "git", 14 "url": "git (a] github.com:marcj/css-element-queries.git" 15 }, 16 "author": "Marc J. Schmidt", 17 "license": "MIT", 18 "bugs": { 19 "url": "https://github.com/marcj/css-element-queries/issues" 20 }, 21 "homepage": "https://github.com/marcj/css-element-queries", 22 "devDependencies": { 23 "grunt": "^0.4.5", 24 "grunt-bump": "^0.3.1" 25 } 26 } 27