summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-22 20:43:04 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-22 20:43:04 +0200
commit56edd9584cb964f75ccaeae4db9d0040b71ffe5f (patch)
tree7e333b514df3db8af9bbe65d4aee9d7f8ba70b78 /package.json
parentc677e79c1227eedb656ad1a6830c38c64a4c0e4b (diff)
downloadcollection-json-explorer-56edd9584cb964f75ccaeae4db9d0040b71ffe5f.tar.gz
collection-json-explorer-56edd9584cb964f75ccaeae4db9d0040b71ffe5f.tar.bz2
collection-json-explorer-56edd9584cb964f75ccaeae4db9d0040b71ffe5f.tar.xz
collection-json-explorer-56edd9584cb964f75ccaeae4db9d0040b71ffe5f.zip
o Better layout of the data table.
Using a <table> instead of <dl> as the dl headings was collapsed by at least Chrome. o Adding mail logging.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index f8a0fcc..420f4f3 100644
--- a/package.json
+++ b/package.json
@@ -3,12 +3,13 @@
"version": "0.0.1",
"private": true,
"scripts": {
- "start": "node app"
+ "test": "./node_modules/.bin/mocha"
},
"dependencies": {
"collection_json": "git+http://trygvis.dyndns.org/~trygvis/git/2012/06/collection_json.js.git",
"express": "3.0.0beta4",
"jade": "~0.26.3",
+ "nodemailer": "~0.3.21",
"underscore": "~1.3.3"
},
"devDependencies": {
@@ -17,8 +18,5 @@
"engines": {
"node": "0.6.x",
"npm": "1.1.x"
- },
- "scripts": {
- "test": "./node_modules/.bin/mocha"
}
}