mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-19 08:02:15 +11:00
29 lines
696 B
JSON
29 lines
696 B
JSON
{
|
|
"name": "express-messages",
|
|
"description": "Express flash notification message rendering",
|
|
"version": "1.0.1",
|
|
"author": "TJ Holowaychuk <tj@vision-media.ca>",
|
|
"keywords": [
|
|
"express"
|
|
],
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"connect-flash": "^0.1.1",
|
|
"ejs": "^2.3.1",
|
|
"express": "^4.13.0",
|
|
"express-session": "^1.11.3",
|
|
"supertest": "^1.0.1",
|
|
"tap-spec": "^4.0.2",
|
|
"tape": "^4.0.0"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.10.0"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/expressjs/express-messages.git"
|
|
},
|
|
"scripts": {
|
|
"test": "./node_modules/.bin/tape test/messages.js | node_modules/.bin/tap-spec"
|
|
}
|
|
}
|