-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
41 lines (41 loc) · 891 Bytes
/
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
40
41
{
"name": "coderoad-functional-school",
"version": "1.1.3",
"description": "Coderoad tutorial",
"author": "Shawn McKay <[email protected]> (http://shmck.com)",
"contributers": [
"dimchez"
],
"keywords": [
"coderoad", "tutorial", "functional"
],
"main": "coderoad.json",
"files": [
"coderoad.json",
"tutorial"
],
"repository": {
"type": "git",
"url": "https://github.com/coderoad/coderoad-functional-school.git"
},
"bugs": {
"url": "https://github.com/coderoad/coderoad-functional-school/issues"
},
"engines": {
"node" : ">=4.0.0"
},
"dependencies": {
"chai": "3.5.0",
"chai-spies": "0.7.1",
"mocha": "3.0.2",
"mocha-coderoad": "^0.10.0"
},
"license": "MIT",
"config": {
"language": "JS",
"dir": "tutorial",
"testSuffix": ".js",
"runner": "mocha-coderoad",
"edit": true
}
}