-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 754 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 754 Bytes
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
26
27
28
{
"name": "bodyparser-json-error",
"version": "1.0.0",
"description": "Beautify Express body-parser JSON syntax error",
"main": "index.js",
"scripts": {
"start": "SET NODE_ENV=local-test && node app.js",
"test": "mocha specs/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Igor-Lopes/bodyparser-json-error.git"
},
"author": "Igor Lopes",
"license": "MIT",
"bugs": {
"url": "https://github.com/Igor-Lopes/bodyparser-json-error/issues"
},
"homepage": "https://github.com/Igor-Lopes/bodyparser-json-error#readme",
"dependencies": {},
"devDependencies": {
"body-parser": "^1.17.2",
"chai": "^4.0.2",
"chai-http": "^3.0.0",
"express": "^4.15.3",
"mocha": "^3.4.2"
}
}