Skip to content

Commit 5e3c699

Browse files
committed
adding bower support
1 parent 15a710a commit 5e3c699

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

bower.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "wp-api-angularjs",
3+
"version": "2.0.0-alpha3",
4+
"description": "WordPress WP-API v2 client for AngularJs",
5+
"main": [
6+
"dist/wp-api-angularjs.js"
7+
],
8+
"authors": [
9+
"shprink <[email protected]>"
10+
],
11+
"license": "MIT",
12+
"homepage": "https://github.com/shprink/wp-api-angularjs",
13+
"private": false
14+
}

0 commit comments

Comments
 (0)