forked from bishopZ/kabuki-motion
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
74 lines (74 loc) · 1.61 KB
/
bower.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
71
72
73
74
{
"name": "kabuki-motion",
"description": "boilerplate for web animators",
"homepage": "http://kabuki.venicetexas.com",
"license": "MIT",
"moduleType": "es6",
"authors": [
"bishopz <eduatx@gmail.com>"
],
"repository": {
"type": "git",
"url": "git://github.com/bishopZ/kabuki-motion.git"
},
"keywords": [
"heroku",
"node",
"express",
"react",
"sass",
"eslint",
"webpack",
"react-motion",
"flux",
"redux",
"kabuki",
"animation",
"web-animation"
],
"main": [
"public/application.js",
"public/main.css"
],
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"dependencies": {
"alt": "^0.17.6",
"babel-core": "^5.5.4",
"babel-eslint": "^3.1.14",
"babel-loader": "^5.1.4",
"body-parser": "~1.12.0",
"cookie-parser": "~1.3.4",
"css-loader": "^0.16.0",
"deep-extend": "~0.4.0",
"ejs": "~2.3.4",
"eslint": "^0.22.1",
"eslint-loader": "^0.12.0",
"eslint-plugin-react": "^2.5.0",
"express": "~4.13.3",
"extract-text-webpack-plugin": "^0.8.1",
"file-loader": "^0.8.4",
"history": "~1.12.5",
"html-loader": "^0.3.0",
"immutable": "^3.7.4",
"jquery": "^2.1.3",
"lodash": "^3.5.0",
"morgan": "~1.5.1",
"node-sass": "^3.1.2",
"react": "^0.14.0",
"react-dom": "^0.14.0",
"react-imageloader": "~2.1.0",
"react-motion": "~0.3.1",
"react-router": "^1.0.0-rc3",
"sass-loader": "^1.0.2",
"style-loader": "^0.12.3",
"url-loader": "^0.5.6",
"webpack": "^1.9.11",
"underscore": "~1.8.3"
}
}