forked from Wildhoney/EmberDroplet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 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
48
49
50
51
{
"name": "ember-droplet",
"version": "0.9.1",
"author": "Adam Timberlake",
"dependencies": {
"bower": "^1.3.10",
"express": "^3.17.1",
"grunt": "~0.4.1",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "^0.3.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-jasmine": "^0.7.0",
"grunt-contrib-jshint": "^0.6.5",
"grunt-contrib-uglify": "^0.2.7",
"grunt-contrib-yuidoc": "^0.4.0",
"promised-io": "~0.3.4"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bower-install": "^1.6.0"
},
"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": "Gruntfile.js",
"directories": {
"doc": "docs",
"example": "example",
"test": "tests"
},
"scripts": {
"test": "grunt test",
"start": "node example/node-server/server.js",
"postinstall": "node_modules/bower/bin/bower install && node_modules/grunt-cli/bin/grunt build"
},
"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"
}