{ "name": "import-regex", "version": "1.1.0", "description": "Regular expression for matching CSS @imports", "license": "MIT", "repository": "kevva/import-regex", "author": { "name": "Kevin MÃ¥rtensson", "email": "kevinmartensson@gmail.com", "url": "https://github.com/kevva" }, "engines": { "node": ">=0.10.0" }, "scripts": { "test": "node test.js" }, "files": [ "index.js" ], "keywords": [ "css", "import", "regex" ], "devDependencies": { "ava": "^0.0.4" } }