summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json20
1 files changed, 18 insertions, 2 deletions
diff --git a/package.json b/package.json
index c4cccba..5db759f 100644
--- a/package.json
+++ b/package.json
@@ -2,11 +2,27 @@
"name": "collection_json",
"version": "0.0.1",
"description": "application/vnd.collection+json Utility library",
- "author": "Trygve Laugstøl <trygvis@inamo.no>",
+ "author": {
+ "name": "Trygve Laugstøl",
+ "email": "trygvis@inamo.no"
+ },
"dependencies": {
"underscore": "~1.3.3"
},
"devDependencies": {
"mocha": "1.0.3"
- }
+ },
+ "_id": "collection_json@0.0.1",
+ "optionalDependencies": {},
+ "engines": {
+ "node": "*"
+ },
+ "_engineSupported": true,
+ "_npmVersion": "1.1.24",
+ "_nodeVersion": "v0.6.19",
+ "_defaultsLoaded": true,
+ "dist": {
+ "shasum": "da0f9fcde4c882b1046ed6a828d4fe2967287495"
+ },
+ "_from": "collection+json@git+http://trygvis.dyndns.org/~trygvis/git/2012/06/collection+json.js.git"
}