forked from jaredhanson/connect-flash
-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 865 Bytes
/
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
{
"name": "connect-flash-plus",
"version": "0.2.1",
"description": "Flash message middleware for Connect based on connect-flash",
"keywords": [
"connect",
"express",
"flash",
"messages"
],
"repository": {
"type": "git",
"url": "git://github.com/BS-Harou/connect-flash-plus.git"
},
"bugs": {
"url": "http://github.com/BS-Harou/connect-flash-plus/issues"
},
"author": {
"name": "Martin Kadlec",
"email": "[email protected]",
"url": "http://www.martinkadlec.eu/"
},
"license": "MIT",
"main": "./lib",
"dependencies": {},
"devDependencies": {
"cross-env": "^1.0.8",
"vows": "0.9.0-rc3"
},
"scripts": {
"test": "node ./node_modules/cross-env/bin/cross-env.js NODE_PATH=lib node_modules/.bin/vows test/index-test.js test/flash-test.js"
},
"engines": {
"node": ">= 0.12.0"
}
}