-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
37 lines (37 loc) · 1.01 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
{
"name": "react-dnd-html5-touch-backend",
"version": "1.5.0",
"description": "HTML5 backend for React DnD with touch support. Wraps react-dnd-html5-backend",
"main": "dist/index.js",
"scripts": {
"compile": "babel -d dist/ src/",
"lint": "./node_modules/.bin/eslint ./src",
"prepublish": "npm run compile"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Neilos/react-dnd-html5-with-touch-backend.git"
},
"author": "Neil Atkinson <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/Neilos/react-dnd-html5-with-touch-backend/issues"
},
"license": "MIT",
"files": [
"dist/",
"LICENSE",
"README.md"
],
"homepage": "https://github.com/Neilos/react-dnd-html5-with-touch-backend#readme",
"devDependencies": {
"babel": "^5.8.23",
"babel-loader": "^5.3.2",
"eslint": "^3.8.1",
"webpack": "^2.1.0-beta"
},
"dependencies": {
"react-dnd-html5-backend": "^2.1.2",
"touch-dnd-custom-events": "^1.5.0"
}
}