2
0
mirror of https://github.com/frappe/books.git synced 2024-09-20 19:29:02 +00:00
books/package.json
2018-01-23 17:56:40 +05:30

44 lines
975 B
JSON

{
"name": "frappejs",
"version": "0.0.1",
"description": "Frappe.js",
"main": "index.js",
"scripts": {
"test": "mocha tests",
"start": "nodemon app.js"
},
"dependencies": {
"awesomplete": "^1.1.2",
"body-parser": "^1.18.2",
"bootstrap": "^4.0.0",
"express": "^4.16.2",
"node-fetch": "^1.7.3",
"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": {
"css-loader": "^0.28.7",
"eslint": "^4.9.0",
"mocha": "^4.0.1",
"node-sass": "^4.7.2",
"nodemon": "^1.14.7",
"primer": "10.2.0",
"sass-loader": "^6.0.6",
"style-loader": "^0.19.1",
"webpack": "^3.10.0"
}
}