fluid-react
Version:
Grid system for React
35 lines (34 loc) • 802 B
JSON
{
"name": "fluid-react",
"version": "0.0.41",
"description": "Grid system for React",
"main": "dist/index.js",
"scripts": {
"build": "babel src --presets react,env --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/richardzcode/fluid-react.git"
},
"keywords": [
"Fluid",
"Grid",
"MediaQuery",
"React"
],
"author": "Richard Zhang <richardzcode@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/richardzcode/fluid-react/issues"
},
"homepage": "https://github.com/richardzcode/fluid-react#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"react": "^16.2.0"
},
"dependencies": {
"fsts": "0.0.40"
}
}