colorpath
Version:
Find path for colors
46 lines (45 loc) • 1.07 kB
JSON
{
"name": "colorpath",
"version": "0.1.4",
"description": "Find path for colors",
"private": false,
"keywords": [
"color module",
"CSS4",
"tint",
"shade",
"mix"
],
"main": "lib/colorpath.js",
"bin": {
"clp": "bin/clp.js"
},
"scripts": {
"dist": "node build/build.js",
"test": "mocha --require babel-register test/color.test.js",
"pub": "npm run dist && sh release.sh"
},
"license": "MIT",
"dependencies": {
"meow": "^3.7.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Leopoldthecoder/colorpath.git"
},
"devDependencies": {
"babel-plugin-espower": "^2.3.1",
"babel-preset-es2015-rollup": "^1.2.0",
"babel-register": "^6.18.0",
"coveralls": "^2.11.15",
"eslint-config-doran": "^1.0.1",
"mocha": "^3.2.0",
"nyc": "^10.0.0",
"power-assert": "^1.4.2",
"rollup": "^0.36.4",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-commonjs": "^5.0.5",
"rollup-plugin-node-resolve": "^2.0.0",
"rollup-plugin-uglify": "^1.0.1"
}
}