-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.45 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
{
"name": "kor-frontend",
"version": "1.0.0",
"description": "ConedaKOR frontend",
"main": "index.js",
"devDependencies": {
"coffee-script": "^1.12.3",
"ejs": "^3.1.5",
"font-awesome": "^4.6.3",
"lockr": "^0.8.5",
"markdown-toc": "^1.2.0",
"node-glob": "^1.2.0",
"node-sass": "^9.0.0",
"node-static": "^0.7.11",
"npm-run-all": "^4.1.5",
"onchange": "^7.1.0",
"plupload": "2.3.6",
"riot": "< 4",
"riot-route": "^3.1.4",
"sortablejs": "^1.14.0",
"strftime": "^0.10.0",
"uglify-js": "^3.12.3",
"zepto": "^1.0.1"
},
"scripts": {
"build": "widgets/build.sh",
"dev": "widgets/build.sh watch",
"watch:vendor": "widgets/build.sh watch_vendor",
"watch:lib": "widgets/build.sh watch_lib",
"watch:tags": "widgets/build.sh watch_tags",
"watch:app": "widgets/build.sh watch_app",
"watch:css": "widgets/build.sh watch_css",
"watch:html": "widgets/build.sh watch_html",
"watch:images": "widgets/build.sh watch_images",
"server": "widgets/build.sh server",
"clean": "widgets/build.sh clean",
"tocs": "widgets/build.sh tocs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coneda/kor.git"
},
"keywords": [
"media",
"repository"
],
"author": "Moritz Schepp <moritz.schepp@gmail.com>",
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/coneda/kor/issues"
},
"homepage": "https://github.com/coneda/kor#readme"
}