UNPKG

zaftig

Version:
35 lines (34 loc) 754 B
{ "name": "zaftig", "version": "0.10.0", "description": "css for your js", "source": "src/index.js", "main": "dist/zaftig.es5.min.js", "module": "dist/zaftig.min.js", "types": "types/index.d.ts", "scripts": { "build": "node build.js && npm test", "test": "ospec test.js" }, "repository": { "type": "git", "url": "git+https://github.com/fuzetsu/zaftig.git" }, "keywords": [ "css-in-js", "css", "js" ], "author": "Daniel Loomer", "license": "MIT", "bugs": { "url": "https://github.com/fuzetsu/zaftig/issues" }, "homepage": "https://github.com/fuzetsu/zaftig#readme", "devDependencies": { "buble": "^0.20", "jsdom": "^16.4.0", "ospec": "^4.1.1", "terser": "^5.5.1" } }