forked from FormidableLabs/react-shuffle
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
70 lines (70 loc) · 1.8 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "react-shuffle",
"version": "0.0.3",
"description": "React Child Shuffler",
"main": "index.js",
"dependencies": {
"object-assign": "^2.0.0",
"react-tween-state": "0.0.5"
},
"peerDependencies": {
"react": "0.13.x"
},
"devDependencies": {
"babel-core": "^4.7.16",
"babel-eslint": "^2.0.2",
"babel-loader": "^4.2.0",
"chai": "^2.1.2",
"css-loader": "~0.9.0",
"del": "^1.1.1",
"eslint": "^0.17.1",
"eslint-loader": "^0.7.0",
"eslint-plugin-react": "^1.5.0",
"gulp": "^3.8.11",
"gulp-babel": "^5.1.0",
"gulp-eslint": "^0.7.0",
"gulp-karma": "0.0.4",
"gulp-open": "^0.3.2",
"gulp-util": "^3.0.4",
"gulp-webpack": "^1.3.0",
"istanbul": "^0.3.13",
"istanbul-instrumenter-loader": "^0.1.2",
"karma": "~0.12.21",
"karma-chrome-launcher": "~0.1.4",
"karma-coverage": "^0.3.1",
"karma-firefox-launcher": "~0.1.3",
"karma-mocha": "^0.1.10",
"karma-mocha-reporter": "^1.0.2",
"karma-phantomjs-launcher": "~0.1.3",
"karma-script-launcher": "~0.1.0",
"karma-sinon-chai": "^0.3.0",
"karma-webpack": "^1.5.0",
"mocha": "^2.2.1",
"react": "0.13.x",
"react-hot-loader": "^1.0.7",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0",
"style-loader": "~0.8.0",
"url-loader": "~0.5.5",
"webpack": "~1.4.3",
"webpack-dev-server": "~1.6.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/FormidableLabs/react-shuffle.git"
},
"keywords": [
"react",
"animation",
"shuffle"
],
"author": "Ken Wheeler",
"license": "MIT",
"bugs": {
"url": "https://github.com/FormidableLabs/react-shuffle/issues"
},
"homepage": "https://github.com/FormidableLabs/react-shuffle"
}