123456789101112131415161718192021222324252627282930 |
- {
- "name": "restangular",
- "version": "1.5.1",
- "main": "./dist/restangular.js",
- "description": "Restful Resources service for AngularJS apps",
- "repository": {
- "type": "git",
- "url": "git://github.com/mgonto/restangular.git"
- },
- "dependencies": {
- "lodash": ">=1.3.0",
- "angular": "~1.x"
- },
- "ignore": [
- "node_modules",
- "components",
- "lib"
- ],
- "homepage": "https://github.com/mgonto/restangular",
- "_release": "1.5.1",
- "_resolution": {
- "type": "version",
- "tag": "1.5.1",
- "commit": "d523c6fd5368b51733f93dc015b058a41aa09968"
- },
- "_source": "git://github.com/mgonto/restangular.git",
- "_target": "~1.5.1",
- "_originalSource": "restangular",
- "_direct": true
- }
|