2018-01-01 09:27:59 +00:00
|
|
|
{
|
|
|
|
"name": "frappe-core",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Frappe Core",
|
|
|
|
"main": "frappe/index.js",
|
|
|
|
"scripts": {
|
2018-01-01 12:17:51 +00:00
|
|
|
"test": "mocha frappe/tests",
|
|
|
|
"start": "nodemon frappe/app.js"
|
2018-01-01 09:27:59 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2018-01-01 12:17:51 +00:00
|
|
|
"body-parser": "^1.18.2",
|
|
|
|
"express": "^4.16.2",
|
|
|
|
"ms": "^2.1.1",
|
|
|
|
"multer": "^1.3.0",
|
|
|
|
"nodemon": "^1.14.7",
|
2018-01-01 09:27:59 +00:00
|
|
|
"sql.js": "^0.4.0",
|
|
|
|
"walk": "^2.3.9"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/frappe/frappe-js.git"
|
|
|
|
},
|
|
|
|
"author": "Frappe",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/frappe/frappe-js/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/frappe/frappe-js#readme",
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^4.9.0",
|
|
|
|
"mocha": "^4.0.1",
|
|
|
|
"webpack": "^3.8.1"
|
|
|
|
}
|
|
|
|
}
|