forked from excellalabs/js-best-practices-workshopper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 784 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
{
"name": "js-best-practices",
"version": "1.1.1",
"description": "Learn the best practices of writing clean JavaScript code.",
"main": "run.js",
"repository": "https://github.com/excellalabs/js-best-practices-workshopper",
"dependencies": {
"chai": "^3.5.0",
"chalk": "^1.1.3",
"colors": "^1.1.2",
"mocha": "^2.4.5",
"rimraf": "^2.5.4",
"simple-terminal-menu": "^1.1.3",
"workshopper-adventure": "^5.0.3",
"workshopper-exercise": "^2.7.0"
},
"preferGlobal": true,
"bin": {
"js-best-practices": "./bin/run"
},
"devDependencies": {},
"scripts": {
"start": "node bin/run"
},
"keywords": [
"nodeschool",
"best practices",
"javascript",
"workshopper"
],
"author": "ExcellaLabs",
"license": "ISC"
}