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.
35 lines
929 B
35 lines
929 B
{
|
|
"name": "riotblog",
|
|
"version": "1.0.0",
|
|
"description": "Riot Blog",
|
|
"main": "src/scripts/riotblog.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "rollup src/scripts/riotblog.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nisstyre56/riotblog.git"
|
|
},
|
|
"author": "Wesley Kerfoot",
|
|
"license": "AGPL-3.0",
|
|
"bugs": {
|
|
"url": "https://github.com/nisstyre56/riotblog/issues"
|
|
},
|
|
"homepage": "https://github.com/nisstyre56/riotblog#readme",
|
|
"devDependencies": {
|
|
"ramda": "^0.23.0",
|
|
"riot": "^3.3.1",
|
|
"riot-route": "^3.1.0",
|
|
"rollup": "^0.41.4",
|
|
"rollup-plugin-buble": "^0.15.0",
|
|
"rollup-plugin-commonjs": "^7.0.0",
|
|
"rollup-plugin-node-resolve": "^2.0.0",
|
|
"rollup-plugin-riot": "^1.1.0",
|
|
"whatwg-fetch": "^2.0.2"
|
|
},
|
|
"dependencies": {
|
|
"showdown": "^1.6.4",
|
|
"whatwg-fetch": "^2.0.2"
|
|
}
|
|
}
|
|
|