frappe-node
Version:
A npm package frappe framework
38 lines (37 loc) • 846 B
JSON
{
"name": "frappe-node",
"version": "1.0.13",
"description": "A npm package frappe framework",
"main": "./src/api.js",
"scripts": {
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"prepublish": "npm run build"
},
"keywords": [
"frappe",
"frappe",
"api",
"frappe",
"rest"
],
"repository": {
"type": "git",
"url": "https://github.com/mcd-50/frappe-node.git"
},
"bugs": {
"url": "https://github.com/mcd-50/frappe-node/issues"
},
"homepage": "https://github.com/mcd-50/frappe-node",
"author": "Ayush Shukla",
"license": "MIT",
"devDependencies": {
"nodemon": "^1.11.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-core": "^6.24.1",
"babel-cli": "^6.24.1"
},
"dependencies": {
"requestify": "^0.2.5"
}
}