added bower manifest
Showing
1 changed file
with
20 additions
and
0 deletions
bower.json
0 → 100644
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 | } |
-
Please register or sign in to post a comment