{ "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": "^8.0.2", "rollup-plugin-node-resolve": "^2.0.0", "rollup-plugin-riot": "^1.1.0", "whatwg-fetch": "^2.0.2" }, "dependencies": { "animate.css": "^3.5.2", "axios": "^0.16.2", "es6-promise": "^4.1.1", "fetch-cached": "^2.0.3", "font-awesome": "^4.7.0", "immutable": "^3.8.1", "jquery": "^3.2.1", "lodash": "^4.17.4", "moment": "^2.18.1", "querystring": "^0.2.0", "rollup-plugin-json": "^2.1.1", "showdown": "^1.6.4", "spectre.css": "^0.2.14", "twitter-widgets": "^1.0.0", "whatwg-fetch": "^2.0.2" } }