forked from angular-ui/ui-uploader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 992 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
33
34
35
{
"name": "angular-ui-uploader",
"version": "1.0.0",
"author": "https://github.com/angular-ui/ui-uploader/graphs/contributors",
"license": "MIT",
"homepage": "https://github.com/angular-ui/ui-uploader",
"dependencies": {},
"devDependencies": {
"bower": "~1.3",
"del": "~0.1.1",
"event-stream": "~3.1.0",
"gulp": "~3.8.5",
"gulp-concat": "~2.1.7",
"gulp-header": "~1.0.2",
"gulp-footer": "~1.0.5",
"gulp-jshint": "1.6.4",
"gulp-plumber": "^0.6.3",
"gulp-rename": "~0.2.2",
"gulp-uglify": "~0.3.1",
"jshint-stylish": "~0.3.0",
"karma": "^0.12.16",
"karma-chrome-launcher": "^0.1.3",
"karma-firefox-launcher": "~0.1",
"karma-jasmine": "~0.2",
"karma-ng-html2js-preprocessor": "^0.1.0",
"karma-phantomjs-launcher": "~0.1.4",
"karma-coverage": "~0.2"
},
"scripts": {},
"main": "./dist/uploader.js",
"repository": {
"type": "git",
"url": "https://github.com/angular-ui/ui-uploader.git"
}
}