-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
39 lines (39 loc) · 1.07 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "js-data-structures-objects-lab",
"version": "0.1.0",
"description": "Learn.co's practice with manipulating JavaScript objects.",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 5000 -R mocha-multi --reporter-options spec=-,json=.results.json --timeout 10000"
},
"repository": {
"type": "git",
"url": "git+https://github.com/learn-co-curriculum/js-data-structures-objects-lab.git"
},
"keywords": [
"javascript",
"for",
"while",
"loops",
"looping",
"learn.co",
"flatiron school",
"code-along"
],
"author": "Flatiron School",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/learn-co-curriculum/js-data-structures-objects-lab/issues"
},
"homepage": "https://github.com/learn-co-curriculum/js-data-structures-objects-lab#readme",
"dependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"chai": "^4.2.0",
"file-system": "^2.2.2",
"jsdom": "^9.0",
"mocha": "^5.2.0",
"mocha-jsdom": "~1.1.0",
"mocha-multi": "^1.0.1"
}
}