angular-file-upload
Version:
Angular File Upload is a module for the AngularJS framework
33 lines (32 loc) • 819 B
JSON
{
"name": "angular-file-upload",
"version": "2.6.1",
"homepage": "https://github.com/nervgh/angular-file-upload",
"description": "Angular File Upload is a module for the AngularJS framework",
"license": "MIT",
"author": {
"name": "nerv",
"url": "https://github.com/nervgh"
},
"repository": {
"type": "git",
"url": "https://github.com/nervgh/angular-file-upload.git"
},
"main": "dist/angular-file-upload.js",
"engines": {
"node": ">=4.0.0"
},
"devDependencies": {
"babel-core": "~6.8.0",
"babel-loader": "~6.2.4",
"babel-preset-es2015": "~6.6.0",
"gulp": "~3.9.1",
"json-loader": "~0.5.4",
"raw-loader": "~0.5.1",
"serve": "^11.2.0",
"webpack-stream": "~3.2.0"
},
"scripts": {
"serve": "serve ."
}
}