angular-color-interpolator
Version:
Angular provider for color interpolation.
37 lines (36 loc) • 983 B
JSON
{
"name": "angular-color-interpolator",
"version": "1.0.0",
"description": "Angular provider for color interpolation.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/dnroot/angular-color-interpolator.git"
},
"keywords": [
"angular",
"color",
"interpolation"
],
"author": "Dan Root <dan.n.root@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dnroot/angular-color-interpolator/issues"
},
"homepage": "https://github.com/dnroot/angular-color-interpolator",
"devDependencies": {
"coffeelint": "^1.14.2",
"grunt": "^0.4.5",
"grunt-banner": "^0.4.0",
"grunt-coffeelint": "0.0.13",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-uglify": "^0.9.1",
"grunt-karma": "^0.12.1",
"karma": "^0.13.19",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.3"
}
}