2016-11-21 14:33:22 +00:00
|
|
|
{
|
2016-12-10 17:40:36 +00:00
|
|
|
"name": "KawAnime",
|
2017-05-08 09:56:08 +00:00
|
|
|
"version": "0.4.1",
|
2016-11-21 14:33:22 +00:00
|
|
|
"description": "A Software for Otaku Community.",
|
|
|
|
"main": "main.js",
|
2017-04-15 14:20:02 +00:00
|
|
|
"repository": "https://github.com/Kylart/KawAnime.git",
|
2017-04-27 22:52:06 +00:00
|
|
|
"author": {
|
|
|
|
"name": "Kylart",
|
|
|
|
"email": "tempMail@mail.com"
|
|
|
|
},
|
2016-11-21 14:33:22 +00:00
|
|
|
"license": "MIT",
|
2017-04-15 14:16:14 +00:00
|
|
|
"scripts": {
|
|
|
|
"dev": "cross-env NODE_ENV=development electron .",
|
2017-05-24 08:02:33 +00:00
|
|
|
"cloc": "cloc $(git ls-files | grep -vE \".mkv|mp4\")",
|
2017-05-22 09:26:56 +00:00
|
|
|
"test:server": "nyc ava --verbose --serial test/server.test.js",
|
2017-05-23 14:19:25 +00:00
|
|
|
"test:front": "nightwatch",
|
2017-05-23 14:32:38 +00:00
|
|
|
"test": "standard --fix && npm test:front && npm test:server",
|
2017-05-23 20:01:13 +00:00
|
|
|
"coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
|
2017-04-15 14:16:14 +00:00
|
|
|
"build": "nuxt build",
|
|
|
|
"start": "electron .",
|
2017-04-16 10:57:28 +00:00
|
|
|
"bstart": "nuxt build && npm start",
|
2017-05-13 14:38:17 +00:00
|
|
|
"lint": "standard --fix --plugin vue '**/*.{js,vue}'",
|
2017-04-27 22:52:06 +00:00
|
|
|
"buildLinux": "build --linux deb AppImage zip tar.gz",
|
|
|
|
"buildWin": "build --win nsis --ia32 x64 appx zip squirrel",
|
|
|
|
"buildMac": "build --mac dmg zip pkg",
|
2017-05-23 14:19:25 +00:00
|
|
|
"buildAll": "nuxt build && npm run buildMac && npm run buildWin && npm run buildLinux && build --armv7l",
|
|
|
|
"postinstall": "node nightwatch.conf.js"
|
2016-11-21 14:33:22 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2017-04-15 14:16:14 +00:00
|
|
|
"axios": "^0.16.0",
|
2017-05-22 09:26:56 +00:00
|
|
|
"horrible-api": "^1.0.5",
|
2017-04-16 15:40:48 +00:00
|
|
|
"mal-scraper": "^1.3.4",
|
2017-05-22 07:15:09 +00:00
|
|
|
"nuxt": "^0.10.5",
|
2017-03-01 02:54:05 +00:00
|
|
|
"play-sound": "^1.1.1",
|
2017-04-15 14:16:14 +00:00
|
|
|
"url-parse": "^1.1.8",
|
2017-04-30 12:40:01 +00:00
|
|
|
"vuetify": "^0.11.1"
|
2017-03-05 22:05:10 +00:00
|
|
|
},
|
2017-04-15 14:16:14 +00:00
|
|
|
"devDependencies": {
|
2017-05-21 20:51:56 +00:00
|
|
|
"ava": "^0.19.1",
|
2017-05-23 14:19:25 +00:00
|
|
|
"babel-plugin-add-module-exports": "^0.2.1",
|
|
|
|
"babel-preset-es2015": "^6.24.1",
|
2017-05-21 20:51:56 +00:00
|
|
|
"chai": "^3.5.0",
|
2017-05-23 20:01:13 +00:00
|
|
|
"codecov": "^2.2.0",
|
2017-04-25 21:54:27 +00:00
|
|
|
"colors": "^1.1.2",
|
2017-04-27 19:05:55 +00:00
|
|
|
"cross-env": "^3.1.4",
|
2017-04-15 14:16:14 +00:00
|
|
|
"devtron": "^1.4.0",
|
2017-04-29 19:07:04 +00:00
|
|
|
"electron": "^1.6.6",
|
2017-04-27 22:52:06 +00:00
|
|
|
"electron-builder": "^17.1.1",
|
2017-05-23 14:19:25 +00:00
|
|
|
"env2": "^2.2.0",
|
2017-05-13 14:38:17 +00:00
|
|
|
"eslint-plugin-vue": "^2.0.1",
|
2017-05-21 20:51:56 +00:00
|
|
|
"jsdom": "^10.1.0",
|
|
|
|
"mocha": "^3.4.1",
|
2017-05-23 14:19:25 +00:00
|
|
|
"nightwatch": "^0.9.15",
|
2017-05-21 20:51:56 +00:00
|
|
|
"nyc": "^10.3.2",
|
2017-05-08 13:52:42 +00:00
|
|
|
"pre-commit": "^1.2.2",
|
2017-05-23 14:19:25 +00:00
|
|
|
"selenium-download": "^2.0.10",
|
2017-05-21 20:51:56 +00:00
|
|
|
"spectron": "^3.6.4",
|
2017-05-08 13:18:10 +00:00
|
|
|
"standard": "^10.0.2",
|
2017-04-15 14:16:14 +00:00
|
|
|
"stylus": "^0.54.5",
|
|
|
|
"stylus-loader": "^3.0.1",
|
|
|
|
"vue-devtools": "^3.0.8"
|
2017-04-27 22:52:06 +00:00
|
|
|
},
|
2017-05-08 13:52:42 +00:00
|
|
|
"precommit": "lint",
|
2017-04-27 22:52:06 +00:00
|
|
|
"build": {
|
|
|
|
"appId": "KawAnime",
|
|
|
|
"dmg": {
|
|
|
|
"contents": [
|
|
|
|
{
|
|
|
|
"x": 150,
|
|
|
|
"y": 90
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"x": 150,
|
|
|
|
"y": 275,
|
|
|
|
"type": "link",
|
|
|
|
"path": "/Applications"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
2017-05-21 20:51:56 +00:00
|
|
|
},
|
|
|
|
"standard": {
|
|
|
|
"ignore": [
|
2017-05-22 10:19:23 +00:00
|
|
|
"test/front.test.js"
|
2017-05-21 20:51:56 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"ava": {
|
|
|
|
"require": [
|
|
|
|
"babel-register"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"babel": {
|
|
|
|
"presets": [
|
|
|
|
"es2015"
|
2017-05-23 14:19:25 +00:00
|
|
|
],
|
|
|
|
"plugins": [
|
|
|
|
"add-module-exports"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"nyc": {
|
|
|
|
"exclude": [
|
|
|
|
"test",
|
2017-05-23 14:32:38 +00:00
|
|
|
"nightwatch.conf.js",
|
2017-05-23 14:19:25 +00:00
|
|
|
"**/*.test.js",
|
|
|
|
"**/node_modules/**",
|
|
|
|
"**/openExternal.js"
|
2017-05-24 08:02:33 +00:00
|
|
|
],
|
|
|
|
"watermarks": {
|
|
|
|
"lines": [80, 95],
|
|
|
|
"functions": [80, 95],
|
|
|
|
"branches": [80, 95],
|
|
|
|
"statements": [80, 95]
|
|
|
|
}
|
2017-04-15 14:16:14 +00:00
|
|
|
}
|
2016-11-21 14:33:22 +00:00
|
|
|
}
|