pvgttm-web/package.json

20 lines
503 B
JSON
Executable File

{
"name": "planar-vagabond",
"version": "0.12.1",
"description": "",
"main": "index.js",
"scripts": {
"build": "node app.js build",
"build:prod": "cross-env NODE_ENV=production node ./lib/build",
"serve": "node app.js serve",
"start": "node app.js watch",
"watch": "node app.js watch"
},
"keywords": [],
"author": "Eric Woodward (https://www.itsericwoodward.com)",
"license": "MIT",
"devDependencies": {
"web-weevr": "git+ssh://git@git.itsericwoodward.com:eric/web-weevr.git"
}
}