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.

61 lines
1.6 KiB
JSON

{
"name": "npmbar",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.cryto.net:joepie91/npmbar.git"
},
"author": "Sven Slootweg",
"license": "WTFPL",
"dependencies": {
"appdirectory": "^0.1.0",
"bhttp": "^1.2.1",
"bluebird": "^3.3.5",
"create-error": "^0.3.1",
"default-value": "0.0.3",
"document-offset": "^1.0.4",
"document-ready-promise": "^3.0.1",
"dotty": "0.0.2",
"electron-prebuilt": "^1.0.1",
"file-url": "^1.1.0",
"in-array": "^0.1.2",
"is-function": "^1.0.1",
"knex": "^0.11.5",
"match-object": "0.0.2",
"menubar": "^4.1.1",
"mkdirp": "^0.5.1",
"object-pick": "^0.1.2",
"ps-tree": "^1.0.1",
"rfr": "^1.2.3",
"riot": "^2.4.0",
"riot-query": "0.0.3",
"sanitize-filename": "^1.6.0",
"snake-case": "^1.1.2",
"sqlite3": "^3.1.4",
"xtend": "^4.0.1"
},
"devDependencies": {
"@joepie91/gulp-partial-electron": "^1.0.1",
"@joepie91/gulp-partial-patch-livereload-logger": "^1.0.1",
"@joepie91/gulp-preset-es2015": "^1.0.1",
"@joepie91/gulp-preset-jade": "^1.0.1",
"@joepie91/gulp-preset-riot": "^1.0.1",
"@joepie91/gulp-preset-scss": "^1.0.1",
"babel-preset-es2015": "^6.6.0",
"electron-rebuild": "^1.1.5",
"file-url": "^1.1.0",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2"
},
"scripts": {
"postinstall": "echo 'Rebuilding packages for Electron...' && electron-rebuild && ./rebuild-sqlite3.sh",
"gulp": "gulp"
}
}