forked from platanus/angular-restmod
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbower.json
More file actions
32 lines (32 loc) · 685 Bytes
/
bower.json
File metadata and controls
32 lines (32 loc) · 685 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
{
"name": "angular-restmod",
"version": "1.1.11",
"authors": [
"Ignacio Baixas <ignacio@platan.us>"
],
"description": "API Bound Models for AngularJS",
"license": "MIT",
"homepage": "https://github.com/angular-platanus/restmod",
"repository": {
"type": "git",
"url": "git://github.com/angular-platanus/restmod.git"
},
"main": "./dist/angular-restmod-bundle.min.js",
"ignore": [
"**/.*",
"Gruntfile.js",
"karma.conf.js",
"package.json",
"test",
"src",
".travis.yml"
],
"dependencies": {
"angular": "~1",
"angular-inflector": "~0.2.0"
},
"devDependencies": {
"angular": "*",
"angular-mocks": "*"
}
}