forked from react-grid-layout/react-draggable
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
49 lines (49 loc) · 1.19 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
{
"name": "react-draggable",
"version": "0.8.5-emosbaugh",
"description": "React draggable component",
"main": "index.js",
"scripts": {
"test": "make test",
"dev": "make dev",
"build": "make build"
},
"repository": {
"type": "git",
"url": "https://github.com/mzabriskie/react-draggable.git"
},
"keywords": [
"react",
"draggable",
"react-component"
],
"author": "Matt Zabriskie",
"license": "MIT",
"bugs": {
"url": "https://github.com/mzabriskie/react-draggable/issues"
},
"homepage": "https://github.com/mzabriskie/react-draggable",
"devDependencies": {
"eslint": "^1.7.3",
"jsx-loader": "^0.13.2",
"karma": "^0.13.10",
"karma-chrome-launcher": "^0.2.0",
"karma-cli": "0.1.0",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-webpack": "^1.7.0",
"open": "0.0.5",
"react": "^0.14.0",
"react-addons-test-utils": "^0.14.0",
"react-dom": "^0.14.0",
"semver": "^5.0.3",
"static-server": "^2.0.0",
"uglify-js": "^2.4.24",
"webpack": "^1.12.2",
"webpack-dev-server": "^1.11.0"
},
"dependencies": {
"classnames": "^2.1.3",
"object-assign": "^4.0.1"
}
}