-
Notifications
You must be signed in to change notification settings - Fork 36
/
package.json
56 lines (56 loc) · 1.4 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "seneca-in-practice",
"version": "0.3.10",
"description": "Seneca.js (http://senecajs.org/) NodeSchool workshop",
"main": "runners.js",
"dependencies": {
"async": "2.0.1",
"chalk": "^1.1.3",
"colors-tmpl": "^1.0.0",
"end-of-stream": "^1.1.0",
"hyperquest": "2.0.0",
"lodash": "^4.15.0",
"seneca": "^3.2.1",
"seneca-basic": "^0.5.0",
"seneca-entity": "1.3.0",
"split2": "^2.1.0",
"through2": "^2.0.1",
"through2-filter": "^2.0.0",
"tuple": "0.0.1",
"wcstring": "^2.1.1",
"workshopper": "2.7.0",
"workshopper-boilerplate": "1.1.2",
"workshopper-exercise": "2.7.0",
"workshopper-hooray": "^1.1.0",
"workshopper-more": "^1.0.1",
"workshopper-wrappedexec": "^0.1.2"
},
"bin": {
"seneca-in-practice": "runners.js"
},
"devDependencies": {
"eslint": "3.4.0",
"eslint-config-standard": "6.0.0",
"eslint-plugin-promise": "^2.0.1",
"eslint-plugin-standard": "^2.0.0"
},
"scripts": {
"start": "node runners",
"test": "echo \"No test specified\"",
"lint": "eslint **/*.js"
},
"keywords": [
"seneca.js",
"nodeSchool",
"nodejs"
],
"repository": {
"type": "git",
"url": "https://github.com/senecajs/seneca-in-practice.git"
},
"author": "Marco Piraccini <[email protected]>",
"contributors": [
"Michele Capra <[email protected]>"
],
"license": "MIT"
}