mirror of
https://github.com/frappe/books.git
synced 2024-11-10 07:40:55 +00:00
65 lines
1.5 KiB
JSON
65 lines
1.5 KiB
JSON
{
|
|
"name": "frappejs",
|
|
"version": "0.0.8",
|
|
"description": "Frappe.js",
|
|
"main": "index.js",
|
|
"bin": "cli.js",
|
|
"scripts": {
|
|
"test": "mocha tests",
|
|
"start": "nodemon app.js"
|
|
},
|
|
"dependencies": {
|
|
"awesomplete": "^1.1.2",
|
|
"bcrypt": "^2.0.1",
|
|
"body-parser": "^1.18.2",
|
|
"bootstrap": "^4.1.2",
|
|
"codemirror": "^5.35.0",
|
|
"commander": "^2.13.0",
|
|
"cors": "^2.8.4",
|
|
"deepmerge": "^2.1.0",
|
|
"express": "^4.16.2",
|
|
"feather-icons": "^4.7.3",
|
|
"flatpickr": "^4.3.2",
|
|
"frappe-datatable": "^1.1.2",
|
|
"jquery": "^3.3.1",
|
|
"jwt-simple": "^0.5.1",
|
|
"luxon": "^1.0.0",
|
|
"mkdirp": "^0.5.1",
|
|
"morgan": "^1.9.0",
|
|
"mysql": "^2.15.0",
|
|
"node-fetch": "^1.7.3",
|
|
"node-sass": "^4.7.2",
|
|
"nunjucks": "^3.1.0",
|
|
"octicons": "^7.2.0",
|
|
"passport": "^0.4.0",
|
|
"passport-jwt": "^4.0.0",
|
|
"puppeteer": "^1.2.0",
|
|
"showdown": "^1.8.6",
|
|
"socket.io": "^2.0.4",
|
|
"sqlite3": "^3.1.13",
|
|
"vue": "^2.5.16",
|
|
"vue-flatpickr-component": "^7.0.4",
|
|
"vue-router": "^3.0.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/frappe/frappejs.git"
|
|
},
|
|
"parserOptions": {
|
|
"ecmaVersion": 2017
|
|
},
|
|
"author": "Frappe",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/frappe/frappejs/issues"
|
|
},
|
|
"homepage": "https://github.com/frappe/frappejs#readme",
|
|
"devDependencies": {
|
|
"mocha": "^5.2.0",
|
|
"nodemon": "^1.18.3"
|
|
},
|
|
"engines": {
|
|
"node": ">=8.11.0"
|
|
}
|
|
}
|