forked from jfmelo/sails-hook-flash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 811 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 811 Bytes
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
{
"name": "sails-hook-flash",
"version": "0.2.2",
"description": "The simplest way to use flash message in your Sails application",
"keywords": "sails, flash, message, hook, session",
"main": "index.js",
"scripts": {
"test": "mocha test/ -R spec",
"test-ci": "istanbul cover _mocha -- test/ -R spec"
},
"repository": {
"type": "git",
"url": "git://github.com/dudemelo/sails-hook-flash.git"
},
"author": "José Francisco",
"license": "MIT",
"bugs": {
"url": "https://github.com/dudemelo/sails-hook-flash/issues"
},
"homepage": "https://github.com/dudemelo/sails-hook-flash",
"sails": {
"isHook": true
},
"dependencies": {},
"devDependencies": {
"sails": "~0.11.0",
"mocha": "~2.2.1",
"assert-plus": "^0.2.0",
"istanbul": "^0.4.1"
}
}