2
0
mirror of https://github.com/frappe/books.git synced 2025-01-24 15:48:25 +00:00
books/package.json

64 lines
1.6 KiB
JSON
Raw Normal View History

2018-01-01 14:57:59 +05:30
{
2018-01-16 11:39:17 +05:30
"name": "frappejs",
"version": "0.0.5",
2018-01-16 11:39:17 +05:30
"description": "Frappe.js",
2018-01-12 17:55:07 +05:30
"main": "index.js",
2018-01-30 18:55:48 +05:30
"bin": "cli.js",
2018-01-01 14:57:59 +05:30
"scripts": {
2018-01-12 17:55:07 +05:30
"test": "mocha tests",
"start": "nodemon app.js"
2018-01-01 14:57:59 +05:30
},
"dependencies": {
"autoprefixer": "^7.2.4",
2018-01-23 17:56:40 +05:30
"awesomplete": "^1.1.2",
2018-01-01 17:47:51 +05:30
"body-parser": "^1.18.2",
2018-01-23 13:30:29 +05:30
"bootstrap": "^4.0.0",
2018-02-14 18:20:56 +05:30
"clusterize.js": "^0.18.0",
2018-02-20 19:41:44 +05:30
"codemirror": "^5.35.0",
2018-01-30 18:55:48 +05:30
"commander": "^2.13.0",
"eslint": "^4.19.1",
2018-01-01 17:47:51 +05:30
"express": "^4.16.2",
2018-02-14 18:20:56 +05:30
"flatpickr": "^4.3.2",
"frappejs": "../frappejs",
"frappe-datatable": "^0.0.3",
2018-01-30 17:33:04 +05:30
"jquery": "^3.3.1",
"mocha": "^4.1.0",
"moment": "^2.20.1",
2018-02-07 11:57:37 +05:30
"mysql": "^2.15.0",
2018-01-02 15:40:32 +05:30
"node-fetch": "^1.7.3",
2018-03-07 17:37:30 +05:30
"node-sass": "^4.7.2",
"nodemon": "^1.14.7",
"nunjucks": "^3.1.0",
2018-03-28 16:59:28 +05:30
"octicons": "^7.2.0",
"popper.js": "^1.12.9",
2018-03-07 17:37:30 +05:30
"precss": "^2.0.0",
"puppeteer": "^1.2.0",
2018-03-07 17:37:30 +05:30
"rollup": "^0.55.1",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-postcss": "^1.2.7",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-sass": "^0.5.3",
"showdown": "^1.8.6",
"socket.io": "^2.0.4",
"sortablejs": "^1.7.0",
"sqlite3": "^3.1.13",
"walk": "^2.3.9"
2018-01-01 14:57:59 +05:30
},
"repository": {
"type": "git",
2018-01-16 11:39:17 +05:30
"url": "git+https://github.com/frappe/frappejs.git"
2018-01-01 14:57:59 +05:30
},
2018-01-02 15:40:32 +05:30
"parserOptions": {
"ecmaVersion": 2017
},
2018-01-01 14:57:59 +05:30
"author": "Frappe",
"license": "MIT",
"bugs": {
2018-01-16 11:39:17 +05:30
"url": "https://github.com/frappe/frappejs/issues"
2018-01-01 14:57:59 +05:30
},
2018-01-16 11:39:17 +05:30
"homepage": "https://github.com/frappe/frappejs#readme",
"devDependencies": {}
2018-01-01 14:57:59 +05:30
}