glam
Version:
inline css for your jsx
21 lines (20 loc) • 408 B
JSON
{
"name": "glam",
"version": "5.0.1",
"description": "inline css for your jsx",
"main": "lib/index.js",
"directories": {
"test": "tests"
},
"scripts": {
"build": "babel src -d lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"fbjs": "^0.8.16",
"inline-style-prefixer": "^3.0.8"
}
}