summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-07-07 16:09:23 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-07-07 16:12:43 +0200
commit1d3a63d75fce583032333a9d088a0d6d6569f58d (patch)
tree23805370570fe29e05706e55d3ce4d8d04facb58 /package.json
parent8c53aec1ce4d34cc245a755498c068a15ca99997 (diff)
downloadcollection-json-explorer-1d3a63d75fce583032333a9d088a0d6d6569f58d.tar.gz
collection-json-explorer-1d3a63d75fce583032333a9d088a0d6d6569f58d.tar.bz2
collection-json-explorer-1d3a63d75fce583032333a9d088a0d6d6569f58d.tar.xz
collection-json-explorer-1d3a63d75fce583032333a9d088a0d6d6569f58d.zip
o Splitting 'hrefs' so the user can click on any path segment.
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3b3c99c..f8a0fcc 100644
--- a/package.json
+++ b/package.json
@@ -11,8 +11,14 @@
"jade": "~0.26.3",
"underscore": "~1.3.3"
},
+ "devDependencies": {
+ "mocha": "1.0.3"
+ },
"engines": {
"node": "0.6.x",
"npm": "1.1.x"
+ },
+ "scripts": {
+ "test": "./node_modules/.bin/mocha"
}
}