apollo_developers/bower_components/angular-cookie/bower.json
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +05:30

32 lines
623 B
JSON
Executable File

{
"name": "angular-cookie",
"main": "angular-cookie.js",
"version": "4.1.0",
"homepage": "https://github.com/ivpusic/angular-cookie",
"authors": [
"ivpusic <pusic007@gmail.com>"
],
"description": "angular module for accessing browser cookies",
"keywords": [
"cookie",
"angular"
],
"license": "MIT",
"location": "git@github.com:ivpusic/angular-cookie.git",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"example",
"karma.conf.js",
"LICENSE",
"README.md",
"Gruntfile.js"
],
"dependencies": {
"angular": "*"
}
}