forked from davidjgoss/slack-export-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 911 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
{
"name": "slack-export-viewer",
"version": "0.0.0",
"description": "",
"private": true,
"main": "index.js",
"scripts": {
"build": "node build.js",
"start": "http-server ./build -p4000 -o",
"test": "ava"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidjgoss/slack-export-viewer.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidjgoss/slack-export-viewer/issues"
},
"homepage": "https://github.com/davidjgoss/slack-export-viewer#readme",
"dependencies": {
"ava": "^0.25.0",
"http-server": "^0.11.1",
"jstransformer-handlebars": "^1.1.0",
"lodash": "^4.17.11",
"marked": "^0.5.2",
"metalsmith": "^2.3.0",
"metalsmith-collections": "^0.9.0",
"metalsmith-discover-partials": "^0.1.2",
"metalsmith-layouts": "^2.3.0",
"moment": "^2.22.2",
"rimraf": "^2.6.2"
}
}