forked from Greenek/angular-model-factory
-
Notifications
You must be signed in to change notification settings - Fork 1
/
bower.json
32 lines (32 loc) · 807 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
{
"name": "angular-model-factory",
"authors": [
"Austin McDaniel <[email protected]>",
"Juri Strumpflohner <[email protected]>",
"Paweł Golonko <[email protected]>"
],
"description": "modelFactory makes working with RESTful APIs in AngularJS easy",
"license": "MIT",
"homepage": "http://swimlane.github.io/angular-model-factory/",
"repository": {
"type": "git",
"url": "git://github.com/swimlane/model-factory.git"
},
"main": "./dist/angular-model-factory.js",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"src",
"examples"
],
"dependencies": {
"uri-templates": "^0.1.9",
"deep-diff": "0.3.8",
"angular": "1.x"
},
"devDependencies": {
"angular-mocks": "1.x",
"angular-scenario": "1.x"
}
}