-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 895 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-markdown-slideshow",
"version": "0.0.1",
"description": "React.js Use showdown & remark libary with bower install ",
"main": "server.js",
"dependencies": {
"body-parser": "^1.4.3",
"express": "^4.4.5",
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"browser-sync": "^2.11.2",
"gulp-browserify": "^0.5.1",
"gulp": "^3.6.0",
"gulp-babel": "^6.1.2",
"gulp-react": "^3.1.0",
"gulp-sourcemaps": "^1.6.0",
"react": "^15.0.1",
"react-dom": "^15.0.1"
},
"scripts": {
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/jollen/react-babel-gulpfile.git"
},
"keywords": [
"react",
"babel",
"es2016",
"react-markdown-slideshow"
],
"author": "jimmy",
"engines": {
"node": "0.12.x"
}
}