gradient-parser/bower.json

32 lines
480 B
JSON
Raw Normal View History

{
"name": "gradient-parser",
2014-09-11 16:03:38 +00:00
"version": "0.1.5",
"main": "build/web.js",
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
".umd",
"gulpfile.js",
"npm-shrinkwrap.json",
2014-09-07 19:49:29 +00:00
"package.json",
"index.html",
"Makefile",
"build/node.js",
"README.md",
"gruntfile.js",
"lib/*",
"spec/*",
"LICENSE"
],
"dependencies": {
},
"devDependencies": {
}
2014-09-06 18:08:22 +00:00
}