-
Notifications
You must be signed in to change notification settings - Fork 239
/
bower.json
32 lines (32 loc) · 1.08 KB
/
bower.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "persistence",
"main": "./lib/persistence.js",
"version": "0.3.0",
"_release": "0.3.0",
"_target": "~0.3.0",
"_source": "git://github.com/zefhemel/persistencejs.git",
"homepage": "http://persistencejs.org",
"authors": [
"Zef Hemel <[email protected]>",
"Fabio Rehm <[email protected]>",
"Lukas Berns",
"Roberto Saccon <[email protected]>",
"Wilker Lúcio <[email protected]>",
"Bruno Jouhier <[email protected]>",
"Robin Wenglewski <[email protected]>",
"Matthias Hochgatterer <[email protected]>",
"Chris Chua <[email protected]>",
"Mike Smullin <[email protected]>",
"Masahiro Hayashi <[email protected]>",
"Mick Staugaard <[email protected]>",
"Shane Tomlinson <[email protected]>",
"Eugene Ware <[email protected]>"
],
"description": "An asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).",
"license": "MIT",
"ignore": [
"**/.*",
"node_modules",
"test"
]
}