forked from y-okumura-isp/knowledge
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 950 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
36
37
{
"name": "knowledge",
"version": "1.0.0",
"description": "Free Knowledge Management System",
"repository": {
"type": "git",
"url": "https://github.com/support-project/knowledge"
},
"dependencies": {
"bower": "1.8.14",
"gulp": "^4.0.2",
"gulp-usemin": "^0.3.30",
"gulp-uglify": "^3.0.2",
"gulp-minify-html": "^1.0.6",
"gulp-minify-css": "^1.2.4",
"gulp-rev": "^9.0.0",
"gulp-replace": "^1.1.3",
"gulp-eslint": "^6.0.0",
"emoji-parser": "0.1.1",
"emoji-images": "0.1.1",
"fs-extra": "8.1.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/bower/bin/bower install --allow-root",
"emoji": "node copy-emoji.js"
},
"keywords": [
"knowledge"
],
"bugs": {
"url": "https://github.com/support-project/knowledge/issues"
},
"author": "support-project",
"license": "Apache-2.0"
}