forked from drachtio/drachtio-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.57 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
{
"name": "drachtio",
"version": "1.0.0",
"description": "Client and server for drachtio.org site",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"array-move": "^1.0.0",
"body-parser": "^1.18.2",
"config": "^1.30.0",
"directory-tree": "^2.1.0",
"dotenv": "^5.0.1",
"express": "^4.16.3",
"file-name": "^0.1.0",
"ghost": "^1.22.0",
"gulp-git": "^2.5.2",
"handlebars": "^4.0.11",
"http": "0.0.0",
"jsdoc": "^3.5.5",
"jstransformer-markdown-it": "^2.0.0",
"lodash": "^4.17.10",
"mailgun-js": "^0.16.0",
"markdown-to-pug": "^1.0.11",
"marked": "^0.3.19",
"micro": "^9.1.4",
"morgan": "^1.9.0",
"nodemailer": "^4.6.4",
"npm": "^5.8.0",
"primer-tooltips": "^1.5.4",
"pug": "^2.0.1",
"serve-favicon": "^2.5.0",
"spectre.css": "^0.5.1",
"to-title-case": "^1.0.0",
"waypoints": "^4.0.1"
},
"devDependencies": {
"browser-sync": "^2.23.6",
"dmd-clear": "^0.1.2",
"fs-then-native": "^2.0.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.1",
"gulp-csso": "^3.0.1",
"gulp-jsdoc-to-markdown": "^1.2.2",
"gulp-jshint": "^2.1.0",
"gulp-less": "^4.0.0",
"gulp-markdox": "^0.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-shell": "^0.6.5",
"gulp-util": "^3.0.8",
"jsdoc-to-markdown": "^4.0.1",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.1",
"minami": "^1.2.3",
"nodemon": "^1.17.2"
}
}