You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

56 lines
1.6 KiB
JSON

{
"name": "archivist",
"version": "1.0.0",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp",
"download-fonts": "webfont-dl 'https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,600,300,200,200italic,300italic,400italic,600italic,900,700italic,900italic&subset=latin,latin-ext' --out ./lib/stylesheets/fonts.css --font-out ./lib/fonts --css-rel ../fonts"
},
"repository": {
"type": "git",
"url": "https://git.cryto.net/joepie91/archivist.git"
},
"keywords": [
"archival",
"internet archive"
],
"author": "Sven Slootweg",
"license": "WTFPL",
"main": "app.es5.js",
"dependencies": {
"bhttp": "^1.2.1",
"bluebird": "^3.3.4",
"byte-size": "^2.0.0",
"chalk": "^1.1.3",
"document-ready-promise": "^3.0.1",
"electron-prebuilt": "^0.37.5",
"file-url": "^1.1.0",
"ia-headers": "^1.0.0",
"jquery": "^2.2.3",
"natural-sort": "^1.0.0",
"rfr": "^1.2.3",
"riot": "^2.3.18",
"uuid": "^2.0.1",
"xtend": "^4.0.1"
},
"devDependencies": {
"@joepie91/gulp-partial-electron": "^1.0.1",
"@joepie91/gulp-partial-patch-livereload-logger": "^1.0.0",
"@joepie91/gulp-preset-es2015": "^1.0.0",
"@joepie91/gulp-preset-jade": "^1.0.0",
"@joepie91/gulp-preset-riot": "^1.0.0",
"@joepie91/gulp-preset-scss": "^1.0.0",
"babel-core": "^6.7.6",
"babel-preset-es2015": "^6.6.0",
"babel-preset-es2015-riot": "^1.0.4",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"jade": "^1.11.0",
"node-sass": "^3.4.2",
"split": "^1.0.0",
"webfont-dl": "^0.1.2"
}
}