forked from 418sec/js-data
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
34 lines (34 loc) · 690 Bytes
/
bower.json
File metadata and controls
34 lines (34 loc) · 690 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
{
"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"
},
"authors": [
"Jason Dobry <jason.dobry@gmail.com>"
],
"main": "./dist/js-data.js",
"ignore": [
".idea/",
".*",
"*.iml",
"src/",
"dist/js-data-tests.js",
"dist/js-data-tests.js.map",
"lib/",
"doc/",
"guide/",
"coverage/",
"Gruntfile.js",
"scripts/",
"node_modules/",
"test/",
"package.json",
"karma.conf.js",
"karma.start.js",
"rollup.config.js",
"rollup-tests.config.js"
]
}