-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 797 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 797 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": "javascript-exercises",
"version": "1.0.0",
"description": "",
"main": "",
"scripts": {
"test": "node node_modules/mocha/bin/mocha spec/**/*.spec.js *.spec.js --recursive --require mocha-setup.js",
"format": "prettier \"{lib,spec}/**/*.js\" \"*.js\" --write"
},
"repository": {
"type": "git",
"url": "git+https://github.com/massimocode/javascript-exercises.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/massimocode/javascript-exercises/issues"
},
"homepage": "https://github.com/massimocode/javascript-exercises#readme",
"devDependencies": {
"chai": "^3.4.1",
"es6-promise-inspect": "^2.0.0",
"mocha": "^5.2.0",
"prettier": "^1.14.3",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
}
}