c172e5d6 by Michael Richards

Merge pull request #269 from alexeyraspopov/master

Added bower manifest
2 parents 39df93d7 6c70ff33
1 {
2 "name": "rivets",
3 "version": "0.6.6",
4 "homepage": "http://rivetsjs.com",
5 "authors": [
6 "Michael Richards"
7 ],
8 "description": "Declarative data binding + templating solution.",
9 "main": "dist/rivets.js",
10 "keywords": [
11 "data binding",
12 "templating"
13 ],
14 "license": "MIT",
15 "ignore": [
16 "node_modules",
17 "bower_components",
18 "spec",
19 ]
20 }