loopback-angular
Advanced tools
Comparing version 0.2.1 to 1.0.0
{ | ||
"name": "loopback-angular", | ||
"version": "0.2.1", | ||
"version": "1.0.0", | ||
"description": "Tool for auto-generating Angular $resource services for LoopBack", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"scripts": { | ||
"pretest": "jshint .", | ||
"pretest": "jshint . ; bower install", | ||
"test": "node test.e2e/test-server.js karma start --single-run --browsers PhantomJS" | ||
@@ -24,3 +24,6 @@ }, | ||
"author": "Miroslav Bajtos <miroslav@strongloop.com>", | ||
"license": "MIT", | ||
"license": { | ||
"name": "Dual MIT/StrongLoop", | ||
"url": "https://github.com/strongloop/loopback-angular/blob/master/LICENSE" | ||
}, | ||
"bugs": { | ||
@@ -36,4 +39,4 @@ "url": "https://github.com/strongloop/loopback-angular/issues" | ||
"express": "~3.4.8", | ||
"loopback-datasource-juggler": "~1.2.13", | ||
"loopback": "~1.6.0", | ||
"loopback-datasource-juggler": "~1.3.0", | ||
"loopback": "~1.6.2", | ||
"cors": "~2.1.1", | ||
@@ -54,4 +57,6 @@ "karma-script-launcher": "~0.1.0", | ||
"debug": "~0.7.4", | ||
"fs.extra": "~1.2.1" | ||
"fs.extra": "~1.2.1", | ||
"bower": "~1.2.8", | ||
"jshint": "~2.4.3" | ||
} | ||
} |
@@ -1,2 +0,18 @@ | ||
# loopback-angular | ||
# LoopBack AngularJS SDK | ||
The JavaScript AngularJS SDK provides an API based on | ||
[ngResource.$resource](http://docs.angularjs.org/api/ngResource.$resource) | ||
that enable your AngularJS app to access a | ||
[LoopBack](http://docs.strongloop.com/loopback) server application. | ||
The client is dynamic, in other words it automatically includes all the | ||
LoopBack models and methods you've defined on your server. | ||
You don't have to manually write any static code. | ||
See the official [LoopBack AngularJS SDK | ||
documentation](http://docs.strongloop.com/display/DOC/AngularJS+JavaScript+SDK) | ||
for more information. | ||
## Mailing List | ||
Discuss features and ask questions on [LoopBack Forum](https://groups.google.com/forum/#!forum/loopbackjs). |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
59705
1
19
23
1
80