{ "name": "open-color", "version": "1.9.1", "description": "Open color scheme for web UI", "main": "open-color.json", "style": "open-color.css", "files": [ "open-color.js", "open-color.json", "open-color.css", "open-color.scss", "open-color.less", "open-color.styl", "open-color.d.ts" ], "scripts": { "test": "npm run test-typescript", "test-typescript": "tsc open-color.d.ts tests/typescript.ts --noEmit", "compile-templates": "node compile-templates.js", "prepare": "npm run compile-templates", "prepublishOnly": "npm run compile-templates" }, "repository": { "type": "git", "url": "git+https://github.com/yeun/open-color.git" }, "keywords": [ "color", "colorscheme", "color swatches", "SCSS", "Less", "Stylus", "CSS" ], "author": "Jeong Heeyeun ", "license": "MIT", "bugs": { "url": "https://github.com/yeun/open-color/issues" }, "homepage": "https://github.com/yeun/open-color", "devDependencies": { "archiver": "^1.3.0", "ase-utils": "^0.1.1", "handlebars": "^4.1.2", "typescript": "^2.9.2", "uuid": "^3.3.2" }, "types": "./open-color.d.ts" }