UNPKG

libre

Version:
54 lines (53 loc) 1.41 kB
{ "name": "libre", "version": "0.2.7", "description": "World's lightest CMS", "main": "index.js", "scripts": { "test": "npm test", "build": "webpack --progress --colors" }, "repository": { "type": "git", "url": "git+https://github.com/livingbreathing/libre.git" }, "keywords": [ "CMS", "Google", "Spreadsheets", "Content", "Site" ], "author": "Living Breathing <hello@livingbreathing.com> (https://livingbreathing.com)", "license": "MIT", "bugs": { "url": "https://github.com/livingbreathing/libre/issues" }, "homepage": "https://github.com/livingbreathing/libre#readme", "devDependencies": { "babel-cli": "^6.24.1", "babel-core": "^6.2.1", "babel-loader": "^6.2.0", "babel-plugin-transform-class-properties": "^6.11.5", "babel-plugin-transform-decorators-legacy": "^1.3.4", "babel-preset-es2015": "^6.1.18", "babel-preset-react": "^6.1.18", "webpack": "^2.5.1" }, "dependencies": { "axios": "^0.16.1", "body-parser": "^1.17.2", "compression": "^1.6.2", "express": "^4.15.3", "express-handlebars": "^3.0.0", "google-spreadsheet": "^2.0.3", "lodash": "^4.17.4", "object-assign": "^4.1.1", "proxy-middleware": "^0.15.0", "react": "^15.3.1", "react-dom": "^15.3.1", "react-ga": "^2.2.0", "react-router": "^4.1.1", "react-router-dom": "^4.1.1" } }