UNPKG

suit-cx

Version:

Small extention to bem-classnames

35 lines (34 loc) 763 B
{ "name": "suit-cx", "version": "1.2.0", "description": "Small extention to bem-classnames", "main": "index.js", "scripts": { "build": "babel src --out-dir lib", "watch": "babel src --out-dir lib -w", "prepublish": "npm run build", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Eisi Sig", "license": "MIT", "dependencies": { "bem-classnames": "^1.0.7" }, "devDependencies": { "babel": "^6.5.2" }, "repository": { "type": "git", "url": "git+https://github.com/eisisig/suit-cx.git" }, "keywords": [ "react", "suit", "cx", "css" ], "bugs": { "url": "https://github.com/eisisig/suit-cx/issues" }, "homepage": "https://github.com/eisisig/suit-cx#readme" }