forked from anand65536/JavaScript2018
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 696 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 696 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
{
"name": "javascript2018",
"version": "1.0.0",
"description": "Repo for the Albany Can Code Course: JavaScript for the New Back End",
"scripts": {
"test": "mocha",
"testAll": "mocha ./test/**/*-test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlbanyCanCodeCourses/JavaScript2018.git"
},
"author": "AlbanyCanCode",
"devDependencies": {
"chai": "^4.1.2",
"chai-arrays": "^2.0.0",
"mocha": "^5.2.0",
"sinon": "^6.1.0",
"sinon-chai": "^3.2.0"
},
"bugs": {
"url": "https://github.com/AlbanyCanCodeCourses/JavaScript2018/issues"
},
"homepage": "https://github.com/AlbanyCanCodeCourses/JavaScript2018#readme"
}