forked from js-data/js-data-angular-mocks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
36 lines (36 loc) · 837 Bytes
/
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
33
34
35
36
{
"author": "Jason Dobry",
"name": "js-data-angular-mocks",
"description": "A mock of js-data-angular for testing purposes.",
"homepage": "https://github.com/js-data/js-data-angular-mocks/",
"repository": {
"type": "git",
"url": "https://github.com/js-data/js-data-angular-mocks.git"
},
"main": "./dist/js-data-angular-mocks.js",
"ignore": [
".idea/",
".*",
"*.iml",
"src/",
"coverage/",
"Gruntfile.js",
"node_modules/",
"test/",
"package.json",
"karma.conf.js",
"karma.start.js"
],
"devDependencies": {
"angular": "1.3.2",
"angular-mocks": "1.3.2",
"js-data": ">=1.1.0",
"js-data-angular": ">=2.2.0"
},
"dependencies": {
"angular": ">=1.1.0",
"angular-mocks": ">=1.1.0",
"js-data": ">=2.0.0",
"js-data-angular": ">=3.0.0"
}
}