forked from js-data/js-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
37 lines (37 loc) · 775 Bytes
/
bower.json
File metadata and controls
37 lines (37 loc) · 775 Bytes
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
33
34
35
36
37
{
"name": "js-data",
"description": "Robust, framework-agnostic in-memory data store.",
"homepage": "http://www.js-data.io",
"repository": {
"type": "git",
"url": "https://github.com/js-data/js-data.git"
},
"author": {
"name": "Jason Dobry",
"url": "http://www.pseudobry.com",
"email": "jason.dobry@gmail.com"
},
"main": "./dist/js-data.js",
"ignore": [
".idea/",
".*",
"*.iml",
"src/",
"lib/",
"doc/",
"guide/",
"coverage/",
"Gruntfile.js",
"node_modules/",
"test/",
"package.json",
"karma.conf.js",
"karma.start.js"
],
"devDependencies": {
"observe-js": "0.5.5",
"js-data-schema": ">=1.0.0",
"js-data-http": ">=1.1.0",
"js-data-localstorage": ">=1.0.0"
}
}