@plangrid/structure
Version:
CSS structure library
54 lines (53 loc) • 1.52 kB
JSON
{
"name": "@plangrid/structure",
"version": "0.37.0",
"description": "CSS structure library",
"license": "MIT",
"main": "structure.js",
"scripts": {
"save": "npm-run-all --parallel css js",
"start": "npm run save",
"poststart": "open index.html",
"css": "npm-run-all css:live css:main",
"css:live": "postcss module.css --no-map --output live.css",
"css:main": "postcss live.css --no-map --output main.css ",
"lint:js": "eslint .",
"js": "browserify demo.entry.js > demo.dist.js",
"test": "npm-run-all --parallel test:html lint:js test:js",
"test:html": "html-validator --file=index.html --verbose",
"test:js": "node test",
"version": "node yearly"
},
"repository": {
"type": "git",
"url": "git+https://github.com/plangrid/structure.git"
},
"keywords": [
"css"
],
"bugs": {
"url": "https://github.com/plangrid/structure/issues"
},
"homepage": "https://github.com/plangrid/structure",
"devDependencies": {
"@plangrid/paint": "^0.34.0",
"autoprefixer": "^7.1.1",
"browserify": "^15.2.0",
"dope": "^2.2.2",
"edit-file": "^0.3.0",
"eslint": "^4.14.0",
"html-validator-cli": "^3.2.0",
"npm-run-all": "^4.1.2",
"postcss-calc": "^6.0.1",
"postcss-cli": "^4.0.0",
"postcss-custom-properties": "^6.2.0",
"postcss-import": "^10.0.0",
"postcss-pxtorem": "^4.0.1",
"said": "^0.1.0",
"ssv": "^3.4.0",
"yearly": "^0.1.0"
},
"dependencies": {
"cader": "^0.7.0"
}
}