{ "name": "archivist", "version": "1.0.0", "description": "", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "https://git.cryto.net/joepie91/archivist.git" }, "keywords": [ "archival", "internet archive" ], "author": "Sven Slootweg", "license": "WTFPL", "main": "app.js", "dependencies": { "bhttp": "^1.2.1", "bluebird": "^3.3.4", "chalk": "^1.1.3", "electron-prebuilt": "^0.37.5", "file-url": "^1.1.0", "ia-headers": "^1.0.0", "rfr": "^1.2.3", "uuid": "^2.0.1", "xtend": "^4.0.1" }, "devDependencies": { "babel-preset-es2015": "^6.6.0", "gulp": "^3.9.1", "gulp-babel": "^6.1.2", "gulp-cached": "^1.1.0", "gulp-jade": "^1.1.0", "gulp-livereload": "^3.8.1", "gulp-plumber": "^1.1.0", "gulp-remember": "^0.3.1", "gulp-rename": "^1.2.2", "split": "^1.0.0" } }