forked from dropzone/dropzone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.24 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
52
53
54
{
"name": "dropzone",
"version": "5.1.1",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
"drag and drop",
"file upload",
"upload"
],
"homepage": "https://www.dropzonejs.com",
"main": "./dist/dropzone.js",
"maintainers": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "https://www.colorglare.com"
}
],
"contributors": [
{
"name": "Matias Meno",
"email": "[email protected]",
"web": "https://www.colorglare.com"
}
],
"scripts": {
"test": "grunt && npm run test-prebuilt",
"test-prebuilt": "mocha-phantomjs test/test.html"
},
"bugs": {
"email": "[email protected]",
"url": "https://gitlab.com/meno/dropzone/issues"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://gitlab.com/meno/dropzone.git"
},
"devDependencies": {
"chai": "1.7.x",
"grunt": "^1.0.0",
"grunt-contrib-coffee": "^1.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-uglify": "^2.1.0",
"grunt-contrib-watch": "^1.0.0",
"mocha": "^3.2.0",
"phantomjs-prebuilt": "^2.1.7",
"mocha-phantomjs": "^4.1.0",
"sinon": "1.17.7",
"marked": "^0.3.6"
}
}