-
Notifications
You must be signed in to change notification settings - Fork 185
/
package.json
37 lines (37 loc) · 938 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.2",
"gulp": "3.9.1",
"gulp-usemin": "0.3.28",
"gulp-uglify": "0.3.2",
"gulp-minify-html": "0.1.8",
"gulp-minify-css": "0.3.13",
"gulp-rev": "7.1.2",
"gulp-replace": "0.5.4",
"gulp-eslint": "4.0.0",
"emoji-parser": "0.1.1",
"emoji-images": "0.1.1",
"fs-extra": "*"
},
"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"
}