-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.25 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.25 KB
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
{
"title": "Throwdown",
"name": "throwdown",
"description": "A modern flat-file CMS system build with Node.js",
"version": "2.0.0",
"author": "Brandtley McMinn <labs@giggleboxstudios.net>",
"homepage": "https://gigglebox.github.io/throwdown",
"bugs": "https://github.com/gigglebox/Throwdown/issues",
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/gigglebox/Throwdown/master/LICENSE"
}
],
"dependencies": {
},
"main": "serve.js",
"repository": "https://github.com/bmcminn/throwdown",
"license": "MIT",
"devDependencies": {
"chalk": "^2.3.0",
"consolidate": "^0.15.0",
"highlightjs": "^9.10.0",
"jvent": "^1.0.2",
"markdown-it": "^8.4.0",
"nunjucks": "^3.0.1",
"shortbus": "^1.2.7",
"bluebird": "^3.5.1",
"chokidar": "^2.0.0",
"express": "3.0.5",
"grunt": "^0.4.5",
"node-file-server": "^1.0.1",
"polka": "^0.2.3",
"prettier": "^1.10.2",
"sqlite": "^2.9.1"
},
"scripts": {
"serve": "node serve.js",
"prettier": "node_modules/.bin/prettier ./.bin/**/*.js --write",
"index": "node .bin/tasks/index-file-system.js"
}
}