Files
faveo/public/filemanager/scripts/dropzone/package.json
Bhanu Slathia c710c20b9e Update v1.0.6
2016-02-16 23:22:09 +05:30

62 lines
1.3 KiB
JSON

{
"name": "dropzone",
"version": "3.10.2",
"description": "Handles drag and drop of files for you.",
"keywords": [
"dragndrop",
"drag and drop",
"file upload",
"upload"
],
"homepage": "http://www.dropzonejs.com",
"main": [
"./lib/dropzone.js"
],
"maintainers": [
{
"name": "Matias Meno",
"email": "m@tias.me",
"web": "http://www.matiasmeno.com"
}
],
"contributors": [
{
"name": "Matias Meno",
"email": "m@tias.me",
"web": "http://www.matiasmeno.com"
}
],
"scripts": {
"test": "./test.sh"
},
"bugs": {
"email": "m@tias.me",
"url": "https://github.com/enyo/dropzone/issues"
},
"licenses": [
{
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
}
],
"repository": {
"type": "git",
"url": "https://github.com/enyo/dropzone.git"
},
"dependencies": {},
"devDependencies": {
"chai": "1.7.x",
"grunt": "^0.4.4",
"grunt-component-build": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-stylus": "^0.16.0",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"mocha": "^1.18.2",
"mocha-phantomjs": "^3.3.2",
"sinon": "1.9.1"
}
}