UNPKG

synesthesia

Version:

A collection of regular expressions to match color syntax substrings from a text

49 lines (48 loc) 1.05 kB
{ "name": "synesthesia", "version": "1.0.1", "description": "A collection of regular expressions to match color syntax substrings from a text", "main": "lib/index.js", "directories": { "test": "test" }, "files": [ "lib" ], "dependencies": { "css-color-names": "0.0.3" }, "devDependencies": { "coveralls": "2.11.9", "istanbul": "0.4.2", "jshint": "2.9.1", "mocha": "2.4.5", "mocha-lcov-reporter": "1.2.0", "unexpected": "10.11.1" }, "scripts": { "test": "npm run lint && mocha", "lint": "jshint .", "travis": "npm run lint && istanbul cover _mocha" }, "repository": { "type": "git", "url": "https://github.com/Munter/synesthesia.git" }, "keywords": [ "color", "match", "substring", "regex", "regexp", "syntax", "css", "html" ], "author": "Peter Müller <munter@fumle.dk>", "license": "MIT", "bugs": { "url": "https://github.com/Munter/synesthesia/issues" }, "homepage": "https://github.com/Munter/synesthesia" }