Skip to content

Commit f0c2d38

Browse files
committed
Adds new bower.json file for bower config
1 parent 29ae959 commit f0c2d38

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

bower.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "lockr",
3+
"version": "0.5.0",
4+
"ignore": [
5+
"**/.*",
6+
"**/_*",
7+
"node_modules",
8+
"specs",
9+
"libs",
10+
"*.md",
11+
"Gruntfile.js",
12+
"package.json",
13+
"bower.json"
14+
],
15+
"devDependencies": {
16+
"jasmine": "~1.3.1"
17+
},
18+
"keywords": [
19+
"lockr",
20+
"localStorage",
21+
"webapps"
22+
]
23+
}

0 commit comments

Comments
 (0)