forked from sukima/dev-tritarget-org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 796 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 796 Bytes
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
{
"name": "dev-tritarget-org",
"private": true,
"version": "3.1.0",
"description": "My personal home page http://tritarget.org/",
"author": "Devin Weaver (@sukima) <suki@tritarget.org>",
"license": "LicenseRef-LICENSE",
"scripts": {
"clean": "make clean",
"start": "make server",
"build": "make build",
"deploy": "make deploy",
"media": "make media-build && tiddlywiki wiki --prepare-media"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.3.13",
"bluebird": "^3.3.4",
"del": "^2.2.0",
"fs-extra": "^0.26.7",
"gm": "^1.21.1",
"mktemp": "^0.4.0",
"tiddlywiki": "5.1.17"
},
"dependencies": {
"babel-polyfill": "^6.3.14"
},
"engines": {
"node": ">=10"
}
}