You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
544 B
25 lines
544 B
{
|
|
"name": "profile",
|
|
"version": "1.0.0",
|
|
"description": "A steem powered social profile",
|
|
"main": "site.config.js",
|
|
"scripts": {
|
|
"start": "nanogen start",
|
|
"build": "nanogen build"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/blokz/personal.community.git"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/blokz/profile/issues"
|
|
},
|
|
"homepage": "https://github.com/blokz/profile#readme",
|
|
"devDependencies": {
|
|
"nanogen": "^0.4.2"
|
|
}
|
|
}
|