gradient-parser/bower.json

30 lines
426 B
JSON
Raw Normal View History

{
"name": "gradient-parser",
2021-01-20 12:46:36 +00:00
"version": "1.0.0",
"main": "build/web.js",
"ignore": [
".editorconfig",
".gitattributes",
".gitignore",
".jshintrc",
".npmignore",
".travis.yml",
".umd",
2014-09-07 19:49:29 +00:00
"package.json",
"index.html",
"Makefile",
"build/node.js",
"README.md",
2014-09-07 19:52:23 +00:00
"*.js",
2014-09-07 19:49:29 +00:00
"lib/*",
"spec/*",
"LICENSE"
],
"dependencies": {
},
"devDependencies": {
}
2014-09-06 18:08:22 +00:00
}