forked from puranjayjain/react-materialui-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbower.json
57 lines (57 loc) · 1.5 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
{
"name": "react-materialui-notifications",
"description": "Spec compliant notifications for react and material ui users",
"main": "./lib/ReactMaterialUiNotifications.js",
"authors": [
"Puranjay Jain <[email protected]>"
],
"license": "MIT",
"keywords": [
"react",
"material",
"design",
"notification",
"material-ui"
],
"homepage": "https://github.com/puranjayjain/react-materialui-notifications",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
],
"devDependencies": {
"babel-core": "^6.10.4",
"babel-plugin-transform-class-properties": "^6.10.2",
"babel-plugin-transform-es2015-duplicate-keys": "^6.8.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.3.0",
"browser-sync": "^2.13.0",
"browserify": "^13.0.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-notify": "^2.2.0",
"gulp-rename": "^1.2.2",
"gulp-uglify": "^1.5.4",
"gulp-util": "^3.0.7",
"moment": "^2.14.1",
"pretty-hrtime": "^1.0.2",
"pump": "^1.0.1",
"recompose": "^0.20.2",
"require-dir": "^0.3.0",
"run-sequence": "^1.2.2",
"underscore": "^1.8.3",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"dependencies": {
"material-ui": "^0.15.1",
"react": "^15.2.0",
"react-addons-css-transition-group": "^15.2.0",
"react-dom": "^15.2.0",
"react-tap-event-plugin": "^1.0.0"
}
}