forked from nervgh/angular-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
26 lines (26 loc) · 776 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "angular-file-upload",
"version": "2.2.0",
"homepage": "https://github.com/nervgh/angular-file-upload",
"description": "Angular File Upload is a module for the AngularJS framework",
"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.min.js",
"devDependencies": {
"babel": "^4.7.16",
"babel-loader": "^4.0.0",
"event-stream": "^3.3.2",
"extend": "^3.0.0",
"gulp": "^3.9.0",
"html-loader": "^0.2.3",
"json-loader": "^0.5.1",
"webpack": "^1.10.1",
"webpack-stream": "^2.0.0"
}
}