-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
{
"name": "RenderMarkdownWithReact-express-browserify-gulp-jade-tutorial",
"version": "1.0.0",
"description": "Render markdown with ReactJS using the express framework, browserify for dependency resolution, the gulp build system, and jade templateing.",
"main": "index.js",
"scripts": {
"start": "node ./bin/www",
"test": "mocha --compilers .:test/compiler.js test/*test.js"
},
"devDependencies": {
"browserify": "^9.0.8",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
"gulp-html-replace": "^1.4.5",
"gulp-inject": "^1.2.0",
"gulp-react": "^3.0.1",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^1.2.0",
"reactify": "^1.1.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.2.0"
},
"dependencies": {
"body-parser": "^1.12.3",
"cookie-parser": "^1.3.4",
"d3": "^3.5.6",
"debug": "^2.1.3",
"dotenv": "^1.1.0",
"express": "^4.12.3",
"jade": "^1.9.2",
"jsdom": "^3.1.1",
"materialize-css": "^0.96.1",
"mocha": "2.2.1",
"mongodb": "^1.4.35",
"mongoskin": "^1.4.13",
"morgan": "^1.5.2",
"react": "^0.13.2",
"react-slider": "^0.5.1",
"react-tools": "^0.13.3",
"selenium-webdriver": "2.45.1",
"serve-favicon": "^2.2.0",
"showdown": "^0.5.0"
}
}