forked from nervgh/angular-file-upload
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 787 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
27
28
29
30
31
32
{
"name": "angular-file-upload",
"version": "2.5.0",
"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 ."
}
}