adding details to package.json
Showing
{ | ||
"name": "livecode.nyc-vuew", | ||
"version": "1.0.0", | ||
"description": "", | ||
"main": "index.js", | ||
"author": "Zach Krall <zach@zachkrall.com>", | ||
"name": "livecode.nyc-vuepress", | ||
"version": "0.0.0", | ||
"description": "LiveCode.NYC website built with VuePress", | ||
"keywords" : [], | ||
"homepage": "https://gitlab.com/livecodenyc/livecodenyc.gitlab.io#readme", | ||
"bugs": { | ||
"url": "https://gitlab.com/livecodenyc/livecodenyc.gitlab.io/issues" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://gitlab.com/livecodenyc/livecodenyc.gitlab.io.git" | ||
}, | ||
"license": "MIT", | ||
"author": "Zach Krall <zach@zachkrall.com>", | ||
"private": false, | ||
"scripts": { | ||
"dev": "vuepress dev", | ||
... | ... |
Please register or sign in to comment