FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
restangular/package.json at master · angularsnipp/restangular · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
angularsnipp
/
restangular
Public
forked from
mgonto/restangular
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
restangular
/
package.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
63 lines (63 loc) · 1.48 KB
Breadcrumbs
restangular
/
package.json
Copy path
File metadata and controls
63 lines (63 loc) · 1.48 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name"
:
"
restangular
"
,
"description"
:
"
Restful Resources service for AngularJS apps
"
,
"version"
:
"
1.5.2
"
,
"filename"
:
"
restangular.min.js
"
,
"main"
:
"
./dist/restangular.min.js
"
,
"homepage"
:
"
https://github.com/mgonto/restangular
"
,
"author"
:
"
Martin Gontovnikas <martin@gon.to>
"
,
"repository"
: {
"type"
:
"
git
"
,
"url"
:
"
git://github.com/mgonto/restangular.git
"
},
"engines"
: {
"node"
:
"
>= 0.9
"
},
"keywords"
: [
"
angular
"
,
"
client
"
,
"
browser
"
,
"
restful
"
,
"
resources
"
,
"
rest
"
,
"
api
"
],
"maintainers"
: [
{
"name"
:
"
Martin Gontovnikas
"
,
"website"
:
"
http://gon.to/
"
}
],
"dependencies"
: {
"lodash"
:
"
>=1.3.0
"
},
"peerDependencies"
: {
"angular"
:
"
>=1.3.12
"
},
"devDependencies"
: {
"angular-mocks"
:
"
^1.4.8
"
,
"grunt"
:
"
^0.4.5
"
,
"grunt-cli"
:
"
>= 0.1.7
"
,
"grunt-contrib-concat"
:
"
*
"
,
"grunt-contrib-jshint"
:
"
*
"
,
"grunt-contrib-uglify"
:
"
*
"
,
"grunt-bower"
:
"
*
"
,
"grunt-bower-task"
:
"
*
"
,
"grunt-karma"
:
"
latest
"
,
"grunt-conventional-changelog"
:
"
0.0.12
"
,
"grunt-zip"
:
"
*
"
,
"karma"
:
"
^0.13.19
"
,
"karma-chrome-launcher"
:
"
~0.1.2
"
,
"karma-firefox-launcher"
:
"
~0.1.3
"
,
"karma-jasmine"
:
"
~0.1.5
"
,
"karma-mocha-reporter"
:
"
0.2.8
"
,
"karma-jasmine"
:
"
~0.1.5
"
,
"karma-chrome-launcher"
:
"
~0.1.2
"
,
"karma-phantomjs-launcher"
:
"
~0.1.2
"
,
"karma-firefox-launcher"
:
"
~0.1.3
"
},
"scripts"
: {
"test"
:
"
grunt test --verbose
"
},
"license"
:
"
MIT
"
}
Back
|
FazBrowse Home
|
New Git URL