-
Notifications
You must be signed in to change notification settings - Fork 41
/
Copy pathpackage.json
47 lines (47 loc) · 1.09 KB
/
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
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "ng-droplet",
"version": "0.7.1",
"description": "Angular.js HTML5 file uploading with drag & drop and image/file preview.",
"main": "dist/ng-droplet.min.js",
"scripts": {
"test": "gulp test",
"build": "gulp build"
},
"engines": {
"node": ">=7.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Wildhoney/ngDroplet.git"
},
"keywords": [
"image",
"upload",
"html5",
"drag",
"drop"
],
"author": "Adam Timberlake <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wildhoney/ngDroplet/issues"
},
"homepage": "https://github.com/Wildhoney/ngDroplet",
"dependencies": {},
"devDependencies": {
"bower": "^1.8.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.4",
"gulp-karma": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"jasmine-core": "^2.5.2",
"js-yaml": "^3.7.0",
"jshint": "^2.9.4",
"karma": "^1.4.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"multer": "^1.2.1"
}
}