csstag-base
Version:
Style html easy
23 lines (22 loc) • 495 B
JSON
{
"name": "csstag-base",
"version": "0.0.11",
"description": "Style html easy",
"main": "lib/index.js",
"license": "MIT",
"repository": "https://github.com/blia/css-tag/tree/master/packages/csstag-base",
"keywords": [
"css",
"css-tag",
"css-to-js",
"css-in-js"
],
"scripts": {
"test": "babel-node tests/index.js"
},
"devDependencies": {
"babel-cli": "^6.23.0",
"babel-plugin-transform-csstag": "^0.0.11",
"babel-preset-env": "^1.1.10"
}
}