2018-01-01 09:27:59 +00:00
|
|
|
{
|
2018-01-16 06:09:17 +00:00
|
|
|
"name": "frappejs",
|
2018-03-29 18:52:06 +00:00
|
|
|
"version": "0.0.5",
|
2018-01-16 06:09:17 +00:00
|
|
|
"description": "Frappe.js",
|
2018-01-12 12:25:07 +00:00
|
|
|
"main": "index.js",
|
2018-01-30 13:25:48 +00:00
|
|
|
"bin": "cli.js",
|
2018-01-01 09:27:59 +00:00
|
|
|
"scripts": {
|
2018-01-12 12:25:07 +00:00
|
|
|
"test": "mocha tests",
|
|
|
|
"start": "nodemon app.js"
|
2018-01-01 09:27:59 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-03-29 18:52:06 +00:00
|
|
|
"autoprefixer": "^7.2.4",
|
2018-01-23 12:26:40 +00:00
|
|
|
"awesomplete": "^1.1.2",
|
2018-01-01 12:17:51 +00:00
|
|
|
"body-parser": "^1.18.2",
|
2018-01-23 08:00:29 +00:00
|
|
|
"bootstrap": "^4.0.0",
|
2018-02-14 12:50:56 +00:00
|
|
|
"clusterize.js": "^0.18.0",
|
2018-02-20 14:11:44 +00:00
|
|
|
"codemirror": "^5.35.0",
|
2018-01-30 13:25:48 +00:00
|
|
|
"commander": "^2.13.0",
|
2018-04-18 09:02:51 +00:00
|
|
|
"deepmerge": "^2.1.0",
|
2018-03-29 18:52:06 +00:00
|
|
|
"eslint": "^4.19.1",
|
2018-01-01 12:17:51 +00:00
|
|
|
"express": "^4.16.2",
|
2018-02-14 12:50:56 +00:00
|
|
|
"flatpickr": "^4.3.2",
|
2018-03-30 16:58:34 +00:00
|
|
|
"frappe-datatable": "frappe/datatable",
|
2018-04-14 19:14:02 +00:00
|
|
|
"frappejs": "../frappejs",
|
2018-01-30 12:03:04 +00:00
|
|
|
"jquery": "^3.3.1",
|
2018-03-30 16:58:34 +00:00
|
|
|
"mkdirp": "^0.5.1",
|
2018-03-29 18:52:06 +00:00
|
|
|
"mocha": "^4.1.0",
|
2018-02-21 09:38:56 +00:00
|
|
|
"moment": "^2.20.1",
|
2018-02-07 06:27:37 +00:00
|
|
|
"mysql": "^2.15.0",
|
2018-01-02 10:10:32 +00:00
|
|
|
"node-fetch": "^1.7.3",
|
2018-03-07 12:07:30 +00:00
|
|
|
"node-sass": "^4.7.2",
|
|
|
|
"nodemon": "^1.14.7",
|
2018-03-29 18:52:06 +00:00
|
|
|
"nunjucks": "^3.1.0",
|
2018-03-28 11:29:28 +00:00
|
|
|
"octicons": "^7.2.0",
|
2018-03-29 18:52:06 +00:00
|
|
|
"popper.js": "^1.12.9",
|
2018-03-07 12:07:30 +00:00
|
|
|
"precss": "^2.0.0",
|
2018-03-29 18:52:06 +00:00
|
|
|
"puppeteer": "^1.2.0",
|
2018-03-07 12:07:30 +00:00
|
|
|
"rollup": "^0.55.1",
|
|
|
|
"rollup-plugin-commonjs": "^8.3.0",
|
2018-04-14 19:14:02 +00:00
|
|
|
"rollup-plugin-html": "^0.2.1",
|
2018-03-07 12:07:30 +00:00
|
|
|
"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-29 18:52:06 +00:00
|
|
|
"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 09:27:59 +00:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-01-16 06:09:17 +00:00
|
|
|
"url": "git+https://github.com/frappe/frappejs.git"
|
2018-01-01 09:27:59 +00:00
|
|
|
},
|
2018-01-02 10:10:32 +00:00
|
|
|
"parserOptions": {
|
|
|
|
"ecmaVersion": 2017
|
|
|
|
},
|
2018-01-01 09:27:59 +00:00
|
|
|
"author": "Frappe",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2018-01-16 06:09:17 +00:00
|
|
|
"url": "https://github.com/frappe/frappejs/issues"
|
2018-01-01 09:27:59 +00:00
|
|
|
},
|
2018-01-16 06:09:17 +00:00
|
|
|
"homepage": "https://github.com/frappe/frappejs#readme",
|
2018-03-29 18:52:06 +00:00
|
|
|
"devDependencies": {}
|
2018-01-01 09:27:59 +00:00
|
|
|
}
|