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.
 
 

35 lines
729 B

{
"name": "angular-local-storage",
"homepage": "http://gregpike.net/demos/angular-local-storage/demo.html",
"authors": [
"grevory <greg@gregpike.ca>"
],
"contributors": [
"Ariel Mashraki <ariel@mashraki.co.il>"
],
"description": "An Angular module that gives you access to the browser's local storage",
"main": "./dist/angular-local-storage.js",
"keywords": [
"AngularJS",
"Angular",
"Storage",
"Local Storage",
"Session",
"Cookie"
],
"license": "MIT",
"ignore": [
"src",
"node_modules",
"bower_components",
"test",
"tests",
"Gruntfile.js"
],
"dependencies": {
"angular": "^1.x"
},
"devDependencies": {
"angular-mocks": "^1.x"
}
}