Add bower.json.

This commit is contained in:
Louis Rose
2013-08-06 14:07:52 +01:00
parent 57edf0b901
commit 271d8982d0

16
bower.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "jsonlint",
"version": "1.6.0",
"main": "lib/jsonlint.js",
"ignore": [
"**/.*",
"node_modules",
"scripts",
"src",
"test",
"web",
"package.json",
"Makefile",
"README.md"
]
}