just having a backup of the libraries Admin/vendor (angularjs & some libraries) api/system (codeigniter framework libraries) Student/vendor (angularjs & some libraries) api/application/third_party (two heavy useless libraries)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

75 lines
2.0 KiB

{
"_from": "angular-local-storage",
"_id": "angular-local-storage@0.7.1",
"_inBundle": false,
"_integrity": "sha1-+9JzB2PCn6mvVyXgGGx4BiHozdI=",
"_location": "/angular-local-storage",
"_phantomChildren": {},
"_requested": {
"type": "tag",
"registry": true,
"raw": "angular-local-storage",
"name": "angular-local-storage",
"escapedName": "angular-local-storage",
"rawSpec": "",
"saveSpec": null,
"fetchSpec": "latest"
},
"_requiredBy": [
"#USER",
"/"
],
"_resolved": "https://registry.npmjs.org/angular-local-storage/-/angular-local-storage-0.7.1.tgz",
"_shasum": "fbd2730763c29fa9af5725e0186c780621e8cdd2",
"_spec": "angular-local-storage",
"_where": "C:\\wamp\\www\\thaber\\Admin\\vendor",
"author": {
"name": "grevory",
"email": "greg@gregpike.ca"
},
"bugs": {
"url": "https://github.com/grevory/angular-local-storage/issues"
},
"bundleDependencies": false,
"contributors": [
{
"name": "Ariel Mashraki",
"email": "ariel@mashraki.co.il"
}
],
"deprecated": false,
"description": "An Angular module that gives you access to the browsers local storage",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.9",
"grunt-contrib-concat": "*",
"grunt-contrib-jshint": "~0.12.0",
"grunt-contrib-uglify": "*",
"grunt-karma": "latest",
"jasmine-core": "^2.4.1",
"karma": "~0.13.19",
"karma-coverage": "^0.5.3",
"karma-jasmine": "~0.3.7",
"karma-phantomjs-launcher": "~1.0.0",
"load-grunt-tasks": "~3.4.0",
"phantomjs-prebuilt": "^2.1.4",
"time-grunt": "~1.3.0"
},
"homepage": "https://github.com/grevory/angular-local-storage",
"keywords": [
"AngularJS",
"local",
"storage"
],
"license": "MIT",
"main": "./index.js",
"name": "angular-local-storage",
"repository": {
"type": "git",
"url": "git+https://github.com/grevory/angular-local-storage.git"
},
"scripts": {
"test": "grunt test"
},
"version": "0.7.1"
}