forked from devleague/articles-products-and-express
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1.01 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "articles-products-and-express",
"version": "1.0.0",
"description": "## Tests Let the **tests drive your development** or write your tests after. The choice is up to you! As for the testing tools use: - [mocha](https://mochajs.org/) - [chai](https://chaijs.com/) - [supertest](https://github.com/visionmedia/supertest) - [supertest is built upon `superagent` so these docs will be helpful as well](https://github.com/visionmedia/superagent)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cryosx/articles-products-and-express.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/cryosx/articles-products-and-express/issues"
},
"homepage": "https://github.com/cryosx/articles-products-and-express#readme",
"dependencies": {
"body-parser": "^1.18.2",
"express": "^4.16.3",
"express-handlebars": "^3.0.0"
}
}