{ "name": "cdx", "version": "0.0.1", "description": "A parser and generator for (Internet Archive) CDX files.", "homepage": "https://github.com/joepie91/node-cdx", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git://github.com/joepie91/node-cdx.git" }, "keywords": [ "archiving", "cdx" ], "author": "Sven Slootweg", "license": "WTFPL", "devDependencies": { "gulp": "~3.8.0", "gulp-cached": "~0.0.3", "gulp-coffee": "~2.0.1", "gulp-concat": "~2.2.0", "gulp-livereload": "~2.1.0", "gulp-nodemon": "~1.0.4", "gulp-plumber": "~0.6.3", "gulp-remember": "~0.2.0", "gulp-rename": "~1.2.0", "gulp-util": "~2.2.17", "JSONStream": "^0.9.0", "adhoc-stream": "^0.0.1" }, "dependencies": { "lodash": "^2.4.1", "moment": "^2.8.3" } }