forked from AOSC-Archive/website-site-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 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
{
"name": "aosc-portal",
"version": "1.0.5",
"description": "The portal website program for Anthon Open Source Community (AOSC).",
"main": "index.js",
"dependencies": {
"bluebird": "^3.5.0",
"body-parser": "^1.17.1",
"cookie-parser": "^1.4.3",
"express": "^4.15.2",
"feed": "^1.0.2",
"highlight.js": "^9.11.0",
"imagemagick": "^0.1.3",
"js-yaml": "^3.8.3",
"jstransformer-markdown-it": "^2.0.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-footnote": "^3.0.1",
"moment": "^2.18.1",
"nib": "^1.1.2",
"pug": "^2.0.0-beta6",
"redis": "^2.7.1",
"requests": "^0.1.7",
"sitemap": "^1.12.0",
"slug": "^0.9.1",
"stylus": "^0.54.5",
"twix": "^1.1.5"
},
"devDependencies": {
"coveralls": "^2.13.0",
"istanbul": "^0.4.5",
"libxml-xsd": "^0.5.2",
"mocha": "^3.2.0",
"mocha-lcov-reporter": "^1.3.0",
"should": "^11.2.1",
"supertest": "^3.0.0"
},
"scripts": {
"test": "bash ./run_test.sh"
},
"repository": {
"type": "git",
"url": "https://github.com/AOSC-Dev/website-site-ng.git"
},
"keywords": [
"portal"
],
"author": "Lion",
"license": "GPL-2.0"
}