You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
2.2 KiB
69 lines
2.2 KiB
4 years ago
|
{
|
||
|
"_from": "reflex-grid@^2.0.4",
|
||
|
"_id": "reflex-grid@2.0.4",
|
||
|
"_inBundle": false,
|
||
|
"_integrity": "sha512-NPbZ5/JWzRgurognW/n2DgN76pBsN8ajSbXEjAQNhvRuF87O7IaEemrt608tsxKhSCoykRWGgYzpkhLcRTzCsQ==",
|
||
|
"_location": "/reflex-grid",
|
||
|
"_phantomChildren": {},
|
||
|
"_requested": {
|
||
|
"type": "range",
|
||
|
"registry": true,
|
||
|
"raw": "reflex-grid@^2.0.4",
|
||
|
"name": "reflex-grid",
|
||
|
"escapedName": "reflex-grid",
|
||
|
"rawSpec": "^2.0.4",
|
||
|
"saveSpec": null,
|
||
|
"fetchSpec": "^2.0.4"
|
||
|
},
|
||
|
"_requiredBy": [
|
||
|
"/crispy-css"
|
||
|
],
|
||
|
"_resolved": "https://registry.npmjs.org/reflex-grid/-/reflex-grid-2.0.4.tgz",
|
||
|
"_shasum": "739bf59927855fc744fb0273d1455e63822dfe5f",
|
||
|
"_spec": "reflex-grid@^2.0.4",
|
||
|
"_where": "/home/herrhase/Workspace/tentakelfabrik/board/node_modules/crispy-css",
|
||
|
"author": {
|
||
|
"name": "@leejordan"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/leejordan/reflex/issues"
|
||
|
},
|
||
|
"bundleDependencies": false,
|
||
|
"deprecated": false,
|
||
|
"description": "responsive flexbox grid with inline-block legacy support",
|
||
|
"devDependencies": {
|
||
|
"http-server": "^0.10.0",
|
||
|
"node-sass-chokidar": "^0.0.3"
|
||
|
},
|
||
|
"directories": {
|
||
|
"doc": "docs"
|
||
|
},
|
||
|
"homepage": "http://reflexgrid.com",
|
||
|
"keywords": [
|
||
|
"reflex",
|
||
|
"flexbox",
|
||
|
"responsive",
|
||
|
"inline-block",
|
||
|
"fallback",
|
||
|
"grid",
|
||
|
"SCSS"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"main": "css/reflex.css",
|
||
|
"name": "reflex-grid",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git+https://github.com/leejordan/reflex.git"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"build": "npm run build:min && npm run build:max",
|
||
|
"build:docs": "node-sass-chokidar --precision 8 --output-style expanded docs/scss/docs.scss docs/css/docs.css",
|
||
|
"build:max": "node-sass-chokidar --precision 8 --output-style expanded scss/reflex.scss css/reflex.css",
|
||
|
"build:min": "node-sass-chokidar --precision 8 --output-style compressed scss/reflex.scss css/reflex.min.css",
|
||
|
"start": "http-server ./docs -a localhost -c10",
|
||
|
"watch": "node-sass-chokidar --watch --recursive --precision 8 --output-style expanded scss/reflex.scss css/reflex.css",
|
||
|
"watch:docs": "node-sass-chokidar --watch --recursive --precision 8 --output-style expanded docs/scss/docs.scss docs/css/docs.css"
|
||
|
},
|
||
|
"version": "2.0.4"
|
||
|
}
|