This repository has been archived by the owner on Dec 30, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 42
/
package.json
88 lines (88 loc) · 2.22 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "morpheus",
"version": "0.0.1-alpha1",
"description": "The next generation web publishing platform.",
"repository": {
"type": "git",
"url": "https://github.com/vesparny/morpheus"
},
"keywords": [
"react",
"browserify",
"blog",
"isomorphic"
],
"author": "Alessandro Arnodo",
"license": "MIT",
"bugs": {
"url": "https://github.com/vesparny/morpheus/issues"
},
"homepage": "https://github.com/vesparny/morpheus",
"scripts": {
"start": "node server.js",
"test": "./node_modules/.bin/gulp test"
},
"main": "server.js",
"dependencies": {
"body-parser": "~1.11.0",
"bunyan": "~1.3.3",
"bunyan-format": "~0.2.1",
"cheerio": "~0.18.0",
"connect-slashes": "~1.3.0",
"debug": "~2.1.1",
"downsize": "~0.0.8",
"envify": "~3.2.0",
"es6-promise": "~2.0.1",
"express": "~4.11.2",
"flux-router-component": "~0.5.3",
"fluxible": "~0.1.5",
"fluxible-plugin-fetchr": "~0.2.1",
"fluxible-plugin-routr": "~0.3.0",
"front-matter": "~0.2.1",
"glob": "~4.3.5",
"gravatar": "~1.1.0",
"helmet": "~0.6.0",
"inherits": "~2.0.1",
"marked": "~0.3.3",
"method-override": "~2.3.1",
"moment": "~2.9.0",
"multer": "~0.1.7",
"node-jsx": "~0.12.4",
"object-assign": "~2.0.0",
"react": "~0.12.2",
"rss": "~1.1.1",
"serialize-javascript": "~1.0.0",
"serve-favicon": "~2.2.0",
"underscore.string": "~3.0.2",
"validator": "~3.28.0"
},
"devDependencies": {
"6to5-core": "^3.3.9",
"6to5-loader": "^3.0.0",
"del": "~1.1.1",
"gulp": "~3.8.10",
"gulp-changed": "~1.1.0",
"gulp-cssmin": "~0.1.6",
"gulp-if": "~1.2.5",
"gulp-load-plugins": "~0.8.0",
"gulp-mocha": "~2.0.0",
"gulp-nodemon": "~1.0.5",
"gulp-notify": "~2.2.0",
"gulp-rename": "~1.2.0",
"gulp-replace": "~0.5.2",
"gulp-rev": "~3.0.0",
"gulp-ruby-sass": "~0.7.1",
"gulp-uglify": "~1.1.0",
"gulp-util": "~3.0.3",
"gulp-webpack": "^1.2.0",
"jest-cli": "^0.2.2",
"json-loader": "^0.5.1",
"minimist": "~1.1.0",
"mocha": "~2.1.0",
"run-sequence": "~1.0.2",
"should": "~4.6.3",
"sinon": "~1.12.2",
"supertest": "~0.15.0",
"webpack": "^1.5.3"
}
}