UNPKG

891 BJSONView Raw
1{
2 "name": "@snowdog/wombat",
3 "version": "1.0.0-alpha.17",
4 "description": "File based, headless CMS for building configurable API",
5 "repository": {
6 "type": "git",
7 "url": "git+https://github.com/SnowdogApps/wombat.git"
8 },
9 "bugs": {
10 "url": "https://github.com/SnowdogApps/wombat/issues"
11 },
12 "homepage": "https://github.com/SnowdogApps/wombat#readme",
13 "license": "MIT",
14 "author": "Bartek Igielski <bartek.igielski@snow.dog>",
15 "bin": {
16 "wombat": "./bin/wombat.js"
17 },
18 "main": "index.js",
19 "scripts": {
20 "lint": "eslint **/*.js",
21 "build": "./bin/wombat.js build",
22 "dev": "./bin/wombat.js dev"
23 },
24 "dependencies": {
25 "fs-extra": "^7.0.1",
26 "lodash": "^4.17.11",
27 "showdown": "^1.9.0"
28 },
29 "devDependencies": {
30 "eslint": "^5.9.0"
31 },
32 "engines": {
33 "node": ">=8.9.0",
34 "yarn": ">=1.0.0"
35 },
36 "os": [
37 "!win32"
38 ]
39}