forked from schn4ck/schnack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
60 lines (60 loc) · 1.59 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
{
"name": "schnack",
"version": "0.1.2",
"dependencies": {
"body-parser": "^1.18.2",
"connect-sqlite3": "^0.9.10",
"cors": "^2.8.4",
"express": "^4.16.1",
"express-session": "^1.15.6",
"lodash.countby": "^4.6.0",
"marked": "^0.3.6",
"moment": "^2.18.1",
"passport": "^0.4.0",
"passport-github2": "^0.1.11",
"passport-twitter": "^1.0.4",
"pushover-notifications": "^0.2.4",
"rss": "^1.2.2",
"sqlite": "^2.8.0",
"sqlite3": "^3.1.13",
"unfetch": "^3.0.0",
"web-push": "^3.2.3"
},
"scripts": {
"build": "rollup -cw",
"test": "http-server test -o 'http://localhost:8080/' -P 'http://localhost:3000/'",
"dev": "NODE_ENV=development nodemon index.js"
},
"description": "a simple node app for disqus-like drop-in commenting on static websites",
"main": "index.js",
"repository": "[email protected]:gka/schnack.git",
"author": "Gregor Aisch",
"license": "LIL",
"contributors": [
{
"name": "Gregor Aisch",
"web": "https://driven-by-data.net"
},
{
"name": "Moritz Klack",
"web": "https://moritzklack.com"
},
{
"name": "g-div",
"web": "https://github.com/g-div"
}
],
"devDependencies": {
"d3-selection": "^1.1.0",
"http-server": "^0.10.0",
"nodemon": "^1.12.1",
"rollup": "^0.50.0",
"rollup-plugin-buble": "^0.16.0",
"rollup-plugin-commonjs": "^8.2.1",
"rollup-plugin-jst": "^1.0.1",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-string": "^2.0.2",
"rollup-plugin-template": "^1.0.10",
"rollup-plugin-uglify": "^2.0.1"
}
}