gradient-parser/bower.json
2014-09-07 21:49:29 +02:00

32 lines
480 B
JSON

{
"name": "gradient-parser",
"version": "0.1.2",
"main": "build/web.js",
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
".umd",
"gulpfile.js",
"npm-shrinkwrap.json",
"package.json",
"index.html",
"Makefile",
"build/node.js",
"README.md",
"gruntfile.js",
"lib/*",
"spec/*",
"LICENSE"
],
"dependencies": {
},
"devDependencies": {
}
}