forked from hulufei/react-sortable-mixin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 907 Bytes
/
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
{
"name": "react-sortable-mixin",
"version": "0.0.1",
"description": "Make list like component sortable",
"main": "index.js",
"scripts": {
"test": "./node_modules/karma/bin/karma start"
},
"repository": {
"type": "git",
"url": "https://github.com/hulufei/react-sortable-mixin.git"
},
"keywords": [
"react",
"sortable",
"movable",
"list",
"mixin",
"drag",
"move",
"react-component"
],
"author": "hulufei",
"license": "MIT",
"bugs": {
"url": "https://github.com/hulufei/react-sortable-mixin/issues"
},
"devDependencies": {
"karma-chai-plugins": "~0.2.3",
"mocha": "~2.0.1",
"karma": "~0.12.25",
"karma-phantomjs-launcher": "~0.1.4",
"karma-mocha": "~0.1.9",
"webpack": "~1.4.13",
"webpack-dev-server": "~1.6.6",
"karma-webpack": "~1.3.1",
"jsx-loader": "~0.12.2",
"simulant": "~0.1.3"
}
}