Skip to content

Commit

Permalink
add: add bower.json
Browse files Browse the repository at this point in the history
  • Loading branch information
idiotWu committed Aug 1, 2015
1 parent dd12d4f commit ca10f98
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "observable.js",
"main": "src/core.js",
"version": "0.1.1",
"homepage": "https://github.com/idiotWu/observable",
"authors": [
"Dolphin Wood <dolphin.w.e@gmail.com>"
],
"description": "A library provides you a way to listen changes on a object.",
"moduleType": [
"es6"
],
"keywords": [
"object",
"observe",
"mutable"
],
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
}

0 comments on commit ca10f98

Please sign in to comment.