2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 03:29:00 +00:00
books/package.json
2018-02-14 18:20:56 +05:30

56 lines
1.3 KiB
JSON

{
"name": "frappejs",
"version": "0.0.1",
"description": "Frappe.js",
"main": "index.js",
"bin": "cli.js",
"scripts": {
"test": "mocha tests",
"start": "nodemon app.js"
},
"dependencies": {
"awesomplete": "^1.1.2",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"clusterize.js": "^0.18.0",
"commander": "^2.13.0",
"express": "^4.16.2",
"flatpickr": "^4.3.2",
"jquery": "^3.3.1",
"mysql": "^2.15.0",
"node-fetch": "^1.7.3",
"popper.js": "^1.12.9",
"sortablejs": "^1.7.0",
"sqlite3": "^3.1.13",
"walk": "^2.3.9"
},
"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": {
"autoprefixer": "^7.2.4",
"eslint": "^4.9.0",
"mocha": "^4.1.0",
"node-sass": "^4.7.2",
"nodemon": "^1.14.7",
"precss": "^2.0.0",
"rollup": "^0.55.1",
"rollup-plugin-commonjs": "^8.3.0",
"rollup-plugin-json": "^2.3.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-postcss": "^1.2.7",
"rollup-plugin-sass": "^0.5.3"
}
}