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
30 lines (30 loc) · 696 Bytes
/
bower.json
File metadata and controls
30 lines (30 loc) · 696 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
{
"author": "js-data-angular project authors",
"name": "js-data-angular",
"description": "Angular wrapper for js-data (originally angular-data).",
"homepage": "https://github.com/js-data/js-data-angular",
"repository": {
"type": "git",
"url": "https://github.com/js-data/js-data-angular.git"
},
"main": "./dist/js-data-angular.js",
"ignore": [
".idea/",
".*",
"*.iml",
"src/",
"node_modules/",
"doc",
"coverage",
"test",
"package.json"
],
"devDependencies": {
"angular-1.3.2": "angular#1.3.2",
"angular-mocks-1.3.2": "angular-mocks#1.3.2"
},
"dependencies": {
"js-data": ">=2.0.0 <3",
"angular": ">=1.1.0"
}
}