2018-01-01 14:57:59 +05:30
|
|
|
{
|
2018-01-16 11:39:17 +05:30
|
|
|
"name": "frappejs",
|
2018-03-30 00:22:06 +05:30
|
|
|
"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": {
|
2018-03-30 00:22:06 +05:30
|
|
|
"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",
|
2018-03-30 00:22:06 +05:30
|
|
|
"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",
|
2018-03-30 00:22:06 +05:30
|
|
|
"frappejs": "../frappejs",
|
|
|
|
"frappe-datatable": "^0.0.3",
|
2018-01-30 17:33:04 +05:30
|
|
|
"jquery": "^3.3.1",
|
2018-03-30 00:22:06 +05:30
|
|
|
"mocha": "^4.1.0",
|
2018-02-21 15:08:56 +05:30
|
|
|
"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",
|
2018-03-30 00:22:06 +05:30
|
|
|
"nunjucks": "^3.1.0",
|
2018-03-28 16:59:28 +05:30
|
|
|
"octicons": "^7.2.0",
|
2018-03-30 00:22:06 +05:30
|
|
|
"popper.js": "^1.12.9",
|
2018-03-07 17:37:30 +05:30
|
|
|
"precss": "^2.0.0",
|
2018-03-30 00:22:06 +05:30
|
|
|
"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",
|
2018-03-30 00:22:06 +05:30
|
|
|
"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",
|
2018-03-30 00:22:06 +05:30
|
|
|
"devDependencies": {}
|
2018-01-01 14:57:59 +05:30
|
|
|
}
|