-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.13 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.13 KB
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
{
"name": "norfolkjs-june2014-examples",
"version": "0.0.6",
"description": "NorfolkJS Node Beginner Workshop (June 2014 meetup)",
"main": "example2.js",
"engines": {
"node": ">=0.10.26"
},
"scripts": {
"example0": "node example0",
"example1": "node example1",
"example2": "node example2",
"example3": "node example3",
"example4": "node example4",
"example5": "node example5",
"example6": "node example6"
},
"repository": {
"type": "git",
"url": "https://github.com/norfolkjs/june2014-beginner-workshop"
},
"keywords": [
"norfolkjs",
"express"
],
"author": "Travis Webb <me@traviswebb.com>",
"contributors": [
{
"name": "1kevgriff",
"email": "kevin@consultwithgriff.com",
"url": "http://kevgriffin.com/"
},
{
"name": "Travis Webb",
"email": "me@traviswebb.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/norfolkjs/june2014-beginner-workshop/issues"
},
"homepage": "https://github.com/norfolkjs/june2014-beginner-workshop",
"dependencies": {
"compression": "^1.0.8",
"express": "^4.4.5"
}
}