-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
59 lines (59 loc) · 1.47 KB
/
package.json
File metadata and controls
59 lines (59 loc) · 1.47 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "ember-droplet",
"version": "3.2.0",
"author": "Adam Timberlake",
"dependencies": {},
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babel-preset-stage-0": "^6.16.0",
"bower": "^1.4.1",
"express": "^4.13.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-jshint": "^2.0.4",
"gulp-karma": "0.0.5",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^2.0.0",
"jasmine": "^2.5.3",
"jasmine-core": "^2.5.2",
"js-yaml": "^3.3.1",
"jshint": "^2.9.4",
"jshint-stylish": "^2.2.1",
"karma": "^1.4.0",
"karma-babel-preprocessor": "^6.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.1.0",
"karma-spec-reporter": "0.0.26",
"multer": "^1.0.3"
},
"repository": {
"type": "git",
"url": "git://github.com:Wildhoney/EmberDroplet.git"
},
"description": "Ember HTML5 file uploading with drag & drop and image/file preview.",
"bugs": {
"url": "https://github.com/Wildhoney/EmberDroplet/issues"
},
"main": "dist/ember-droplet.js",
"directories": {
"doc": "documentation",
"example": "example",
"test": "tests"
},
"scripts": {
"test": "gulp test",
"build": "gulp build",
"prepare": "bower i",
"start": "node example/server/default.js"
},
"keywords": [
"HTML5 drag and drop",
"HTML5 drag & drop",
"drag and drop",
"drag & drop",
"ember image upload",
"ember drag and drop",
"ember drag & drop"
],
"license": "MIT"
}