UNPKG

1.2 kBJSONView Raw
1{
2 "name": "paper-press",
3 "version": "0.0.7",
4 "description": "Beautiful Static Blogging Service",
5 "bin": "./app/app.js",
6 "main": "./app/app.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/seokju-na/paper-press.git"
10 },
11 "author": "seokju-na",
12 "license": "MIT",
13 "bugs": {
14 "url": "https://github.com/seokju-na/PaperPress/issues"
15 },
16 "homepage": "https://github.com/seokju-na/PaperPress",
17 "dependencies": {
18 "async": "^1.5.2",
19 "body-parser": "^1.14.2",
20 "browserify": "^13.0.0",
21 "check-dependencies": "^0.11.0",
22 "colors": "^1.1.2",
23 "ejs": "^2.4.1",
24 "express": "^4.13.4",
25 "gulp": "^3.9.0",
26 "gulp-concat": "^2.6.0",
27 "gulp-image-optimization": "^0.1.3",
28 "gulp-less": "^3.0.5",
29 "gulp-minify-css": "^1.2.3",
30 "gulp-uglify": "^1.5.1",
31 "highlight.js": "^9.1.0",
32 "htmlmin": "0.0.6",
33 "keymirror": "^0.1.1",
34 "less-plugin-autoprefix": "^1.5.1",
35 "mkdirp": "^0.5.1",
36 "randomcolor": "^0.4.3",
37 "readline": "^1.3.0",
38 "remarkable": "^1.6.1",
39 "shortid": "^2.2.4",
40 "surge": "^0.17.7",
41 "underscore": "^1.8.3",
42 "vinyl-buffer": "^1.0.0",
43 "vinyl-source-stream": "^1.1.0"
44 }
45}