-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.41 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
{
"name": "parse-express-cookie-session",
"version": "0.0.3",
"description": "Parse cookie session for local env",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/flovilmart/parse-express-cookie-session.git"
},
"author": {
"name": "Florent Vilmart"
},
"license": "BSD",
"bugs": {
"url": "https://github.com/flovilmart/parse-express-cookie-session/issues"
},
"dependencies": {
"express": "~3.1.0"
},
"homepage": "https://github.com/flovilmart/parse-express-cookie-session",
"devDependencies": {},
"gitHead": "44959f3499edd73199fdc2e651fadc0f236817e5",
"_id": "[email protected]",
"_shasum": "ee87597ddc6eb1551e4b93bdd3082b6aca3893f0",
"_from": "[email protected]",
"_npmVersion": "1.4.16",
"_npmUser": {
"name": "flovilmart",
"email": "[email protected]"
},
"maintainers": [
{
"name": "flovilmart",
"email": "[email protected]"
}
],
"dist": {
"shasum": "ee87597ddc6eb1551e4b93bdd3082b6aca3893f0",
"tarball": "http://registry.npmjs.org/parse-express-cookie-session/-/parse-express-cookie-session-0.0.3.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/parse-express-cookie-session/-/parse-express-cookie-session-0.0.3.tgz",
"readme": "ERROR: No README data found!"
}