albert-svg
Version:
Dynamic SVG generation using Cassowary constraints
33 lines (32 loc) • 884 B
JSON
{
"name": "albert-svg",
"version": "0.1.2",
"description": "Dynamic SVG generation using Cassowary constraints",
"repository": "evoL/albert",
"main": "dist/albert.js",
"module": "src/index.js",
"dependencies": {
"cassowary": "0.0.2"
},
"devDependencies": {
"webpack": "^4.27.1",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.2.1"
},
"scripts": {
"build": "webpack",
"build-release": "webpack --mode development && webpack --mode production --output-filename albert.min.js && rm dist/*.map",
"start": "webpack-dev-server --mode development",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"svg",
"cassowary",
"constraints"
],
"author": "Rafał Hirsz (rafal@hirsz.co)",
"license": "Apache-2.0",
"publishConfig": {
"registry": "https://wombat-dressing-room.appspot.com"
}
}