2
0
mirror of https://github.com/frappe/books.git synced 2025-03-19 17:42:23 +00:00
books/package.json

44 lines
975 B
JSON
Raw Normal View History

2018-01-01 14:57:59 +05:30
{
2018-01-16 11:39:17 +05:30
"name": "frappejs",
2018-01-16 12:05:48 +05:30
"version": "0.0.1",
2018-01-16 11:39:17 +05:30
"description": "Frappe.js",
2018-01-12 17:55:07 +05:30
"main": "index.js",
2018-01-01 14:57:59 +05:30
"scripts": {
2018-01-12 17:55:07 +05:30
"test": "mocha tests",
"start": "nodemon app.js"
2018-01-01 14:57:59 +05:30
},
"dependencies": {
2018-01-23 17:56:40 +05:30
"awesomplete": "^1.1.2",
2018-01-01 17:47:51 +05:30
"body-parser": "^1.18.2",
2018-01-23 13:30:29 +05:30
"bootstrap": "^4.0.0",
2018-01-01 17:47:51 +05:30
"express": "^4.16.2",
2018-01-02 15:40:32 +05:30
"node-fetch": "^1.7.3",
"sqlite3": "^3.1.13",
2018-01-16 11:39:17 +05:30
"walk": "^2.3.9"
2018-01-01 14:57:59 +05:30
},
"repository": {
"type": "git",
2018-01-16 11:39:17 +05:30
"url": "git+https://github.com/frappe/frappejs.git"
2018-01-01 14:57:59 +05:30
},
2018-01-02 15:40:32 +05:30
"parserOptions": {
"ecmaVersion": 2017
},
2018-01-01 14:57:59 +05:30
"author": "Frappe",
"license": "MIT",
"bugs": {
2018-01-16 11:39:17 +05:30
"url": "https://github.com/frappe/frappejs/issues"
2018-01-01 14:57:59 +05:30
},
2018-01-16 11:39:17 +05:30
"homepage": "https://github.com/frappe/frappejs#readme",
2018-01-01 14:57:59 +05:30
"devDependencies": {
2018-01-03 22:08:17 +05:30
"css-loader": "^0.28.7",
2018-01-01 14:57:59 +05:30
"eslint": "^4.9.0",
"mocha": "^4.0.1",
2018-01-03 22:08:17 +05:30
"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"
2018-01-01 14:57:59 +05:30
}
}