package.json
1.61 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"_from": "express-flash@0.0.2",
"_id": "express-flash@0.0.2",
"_inBundle": false,
"_integrity": "sha1-I9GovPP5DXB5KOSJ+Whp7K0KzaI=",
"_location": "/express-flash",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "express-flash@0.0.2",
"name": "express-flash",
"escapedName": "express-flash",
"rawSpec": "0.0.2",
"saveSpec": null,
"fetchSpec": "0.0.2"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/express-flash/-/express-flash-0.0.2.tgz",
"_shasum": "23d1a8bcf3f90d707928e489f96869ecad0acda2",
"_spec": "express-flash@0.0.2",
"_where": "/Users/noblyan/Desktop/4_2/캡스톤디자인II/2017110267/Project",
"author": {
"name": "RGBboy",
"email": "me@rgbboy.com"
},
"bugs": {
"url": "https://github.com/RGBboy/express-flash/issues"
},
"bundleDependencies": false,
"dependencies": {
"connect-flash": "0.1.x"
},
"deprecated": false,
"description": "Flash Messages for your Express Application",
"devDependencies": {
"express": "3.x.x",
"jade": "0.x.x",
"mocha": "1.x.x",
"should": "1.x.x",
"superagent": "0.x.x"
},
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/RGBboy/express-flash",
"keywords": [
"express",
"flash",
"messages"
],
"main": "index",
"name": "express-flash",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/RGBboy/express-flash.git"
},
"scripts": {
"spec": "make spec",
"test": "make test",
"unit": "make unit"
},
"version": "0.0.2"
}