forked from js-data/js-data-angular
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbower.json
More file actions
36 lines (36 loc) · 768 Bytes
/
bower.json
File metadata and controls
36 lines (36 loc) · 768 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
{
"author": "Jason Dobry",
"name": "angular-data",
"description": "Data store for Angular.js.",
"version": "1.0.0-rc.1",
"homepage": "http://angular-data.pseudobry.com/",
"repository": {
"type": "git",
"url": "git://github.com/jmdobry/angular-data.git"
},
"main": "./dist/angular-data.min.js",
"ignore": [
".idea/",
".*",
"*.iml",
"src/",
"lib/",
"doc/",
"guide/",
"coverage/",
"Gruntfile.js",
"node_modules/",
"test/",
"package.json",
"karma.conf.js",
"karma.start.js"
],
"devDependencies": {
"angular": "~1.2.22",
"angular-mocks": "~1.2.22",
"angular-cache": "~3.1.1",
"observe-js": "0.3.4",
"angular-data-mocks": "1.0.0-rc.1",
"bootstrap": "~3.2.0"
}
}