summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-06-28 12:27:39 +0200
committerTrygve Laugstøl <trygvis@inamo.no>2012-06-28 12:27:39 +0200
commitb883e87b1e5222388e6562296009a49126d3af3c (patch)
tree90cb37dcc307f442aab63e52d1ecd0a13adedd14 /package.json
downloadcollection_json.js-b883e87b1e5222388e6562296009a49126d3af3c.tar.gz
collection_json.js-b883e87b1e5222388e6562296009a49126d3af3c.tar.bz2
collection_json.js-b883e87b1e5222388e6562296009a49126d3af3c.tar.xz
collection_json.js-b883e87b1e5222388e6562296009a49126d3af3c.zip
o Initial import of application/vnd.collection+json parser code.
Diffstat (limited to 'package.json')
-rw-r--r--package.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f14b77c
--- /dev/null
+++ b/package.json
@@ -0,0 +1,12 @@
+{
+ "name": "collection_json",
+ "version": "0.0.1",
+ "description": "application/vnd.collection+json Utility library",
+ "author": "Trygve Laugstøl <trygvis@inamo.no>",
+ "dependencies": {
+ "underscore": "latest"
+ },
+ "devDependencies": {
+ "mocha": "1.0.3"
+ }
+}