-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
{
"name": "express-happiness",
"version": "0.7.2",
"description": "Express framework wrapper",
"main": "expressHappiness.js",
"dependencies": {
"validator": "^3.34.0",
"colors": "^1.0.3",
"moment": "^2.9.0",
"underscore": "^1.8.2"
},
"repository": {
"type": "git",
"url": "git://github.com/andreas-trad/express-happiness.git"
},
"keywords": [
"express"
],
"author": {
"name": "Andreas Trantidis",
"email": "[email protected]"
},
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/andreas-trad/express-happiness/issues"
},
"gitHead": "a2bc613449976e2a09950db12f096aa4fbca375d",
"homepage": "https://github.com/andreas-trad/express-happiness",
"_id": "[email protected]",
"scripts": {},
"_shasum": "22bcad9f276fffcbfce45dfcab08820a05fbf2f2",
"_from": "express-happiness@*",
"_npmVersion": "2.7.4",
"_nodeVersion": "0.12.2",
"_npmUser": {
"name": "atrantidis",
"email": "[email protected]"
},
"dist": {
"shasum": "22bcad9f276fffcbfce45dfcab08820a05fbf2f2",
"tarball": "http://registry.npmjs.org/express-happiness/-/express-happiness-0.7.2.tgz"
},
"maintainers": [
{
"name": "atrantidis",
"email": "[email protected]"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/express-happiness/-/express-happiness-0.7.2.tgz"
}