mirror of
https://github.com/LaCasemate/fab-manager.git
synced 2024-12-11 22:24:21 +01:00
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "angular-base64-upload",
|
|
"version": "v0.0.8",
|
|
"description": "Angular directive for uploading base64-encoded files that you can pass along with the resource model.",
|
|
"main": "angular-base64-upload.js",
|
|
"dependencies": {
|
|
"bower": "^1.3.12",
|
|
"grunt-cli": "^0.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-contrib-clean": "^0.6.0",
|
|
"grunt-contrib-concat": "^0.5.0",
|
|
"grunt-contrib-jshint": "^0.10.0",
|
|
"grunt-contrib-uglify": "^0.6.0",
|
|
"grunt-karma": "^0.9.0",
|
|
"karma": "^0.12.23",
|
|
"karma-chrome-launcher": "^0.1.4",
|
|
"karma-coverage": "^0.2.6",
|
|
"karma-jasmine": "^0.1.5"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/adonespitogo/angular-base64-upload.git"
|
|
},
|
|
"keywords": [
|
|
"angularjs",
|
|
"angular",
|
|
"upload",
|
|
"base-64",
|
|
"upload",
|
|
"file",
|
|
"upload",
|
|
"ajax",
|
|
"upload"
|
|
],
|
|
"author": "Adones Pitogo <pitogo.adones@gmail.com>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/adonespitogo/angular-base64-upload/issues"
|
|
},
|
|
"homepage": "https://github.com/adonespitogo/angular-base64-upload"
|
|
}
|