-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathpackage.json
48 lines (48 loc) · 1.01 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
{
"name": "nodeapps-helloworld",
"version": "0.2.2",
"author": "Nodejitsu Inc. <[email protected]>",
"description": "A very basic node.js helloworld application",
"main": "",
"repository": {
"type": "git",
"url": "git://github.com/nodeapps/helloworld.git"
},
"keywords": [
"nodeapps",
"helloworld"
],
"homepage": "http://nodeapps.github.com/helloworld",
"scripts": {
"start": "node ./bin/server"
},
"contributors": [
{
"name": "Marak Squires",
"email": "[email protected]"
},
{
"name": "Joshua Holbrook",
"email": "[email protected]"
},
{
"name": "Farrin Reid",
"email": "[email protected]"
}
],
"dependencies": {},
"devDependencies": {},
"engines": {
"node": ">=0.4"
},
"bugs": {
"url": "https://github.com/nodeapps/helloworld/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nodeapps/helloworld/raw/master/LICENSE"
}
],
"analyze": false
}