Skip to content

Commit 6404c4d

Browse files
author
Allan Simon
committed
created a bower.json file to permit use with bower package manager
1 parent ca6124b commit 6404c4d

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

bower.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"name": "strophejs-plugins",
3+
"version": "0.0.1",
4+
"ignore": [
5+
".gitignore",
6+
".jshintignore",
7+
".jshintrc",
8+
"bower.json",
9+
"gruntfile.js",
10+
"package.json",
11+
"README.markdown"
12+
],
13+
"dependencies": {
14+
"strophe": ">=1.1.0"
15+
}
16+
}

0 commit comments

Comments
 (0)