onion/package.json

134 lines
4.1 KiB
JSON
Raw Permalink Normal View History

2015-05-12 15:28:59 +02:00
{
2015-05-15 15:05:17 +02:00
"name": "Onion",
"version": "0.0.1",
"description": "Das neue web client for Ascribe. Onions make you cry",
2015-05-15 15:05:17 +02:00
"main": "js/app.js",
"engines": {
2017-07-13 15:12:47 +02:00
"node": "6.11.x"
},
2015-06-05 09:17:41 +02:00
"scripts": {
2015-06-08 15:24:58 +02:00
"lint": "eslint ./js",
2016-02-05 10:38:59 +01:00
"preinstall": "export SAUCE_CONNECT_DOWNLOAD_ON_INSTALL=true",
2015-06-08 15:24:58 +02:00
"postinstall": "npm run build",
"build": "gulp build --production",
2016-02-05 10:38:59 +01:00
"start": "node server.js",
"test": "npm run sauce-test",
"sauce-test": "mocha ./test/integration/tests/",
"tunnel": "node ./test/integration/tunnel.js",
"vi-clean": "rm -rf ./gemini-report",
"vi-phantom": "phantomjs --webdriver=4444",
"vi-update": "gemini update -c ./test/gemini/.gemini.yml",
"vi-test": "npm run -s vi-test:base",
2016-02-05 10:38:59 +01:00
"vi-test:base": "npm run vi-clean && gemini test -c ./test/gemini/.gemini.yml --reporter html --reporter vflat",
"vi-test:all": "npm run -s vi-test",
"vi-test:main": "npm run -s vi-test:base -- --browser MainDesktop --browser MainMobile",
"vi-test:whitelabel": "GEMINI_BROWSERS='CcDesktop, CcMobile, CylandDesktop, CylandMobile, IkonotvDesktop, IkonotvMobile, LumenusDesktop, LumenusMobile, 23viviDesktop, 23viviMobile' npm run -s vi-test:base",
"vi-test:cc": "npm run -s vi-test:base -- --browser CcDesktop --browser CcMobile",
"vi-test:cyland": "npm run -s vi-test:base -- --browser CylandDesktop --browser CylandMobile",
"vi-test:ikonotv": "npm run -s vi-test:base -- --browser IkonotvDesktop --browser IkonotvMobile",
"vi-test:lumenus": "npm run -s vi-test:base -- --browser LumenusDesktop --browser LumenusMobile",
"vi-test:23vivi": "npm run -s vi-test:base -- --browser 23viviDesktop --browser 23viviMobile"
2015-06-05 09:17:41 +02:00
},
"browser": {
2015-06-23 10:27:19 +02:00
"fineUploader": "./js/components/ascribe_uploader/vendor/s3.fine-uploader.js"
},
"browserify-shim": {
"fineUploader": "qq"
},
"browserify": {
"transform": [
[
"babelify",
{
"compact": false
}
],
"browserify-shim"
]
},
2015-05-15 15:05:17 +02:00
"author": "Ascribe",
"license": "LGPL-3.0",
2015-06-01 14:22:04 +02:00
"private": true,
2015-05-15 15:05:17 +02:00
"devDependencies": {
2015-06-05 09:17:41 +02:00
"babel-eslint": "^3.1.11",
"babel-jest": "^5.2.0",
2016-02-05 10:38:59 +01:00
"chai": "^3.4.1",
"chai-as-promised": "^5.1.0",
"colors": "^1.1.2",
"dotenv": "^1.2.0",
"gemini": "^2.1.0",
"jest-cli": "^0.4.0",
"mocha": "^2.3.4",
"phantomjs2": "^2.0.2",
"sauce-connect-launcher": "^0.13.0",
"wd": "^0.4.0"
},
"dependencies": {
2015-06-08 17:20:08 +02:00
"alt": "^0.16.5",
2015-07-02 18:27:09 +02:00
"audiojs": "vrde/audiojs",
2015-07-03 10:40:04 +02:00
"babel": "^5.6.14",
"babelify": "^6.1.2",
"bootstrap-sass": "^3.3.4",
"browser-sync": "^2.7.5",
2015-06-09 17:53:44 +02:00
"browserify": "^9.0.8",
"browserify-shim": "^3.8.10",
"camelcase": "^1.2.1",
2016-02-05 10:38:59 +01:00
"classlist-polyfill": "^1.0.2",
2015-06-08 17:20:08 +02:00
"classnames": "^1.2.2",
"compression": "^1.4.4",
"decamelize": "^1.1.1",
2015-05-15 15:05:17 +02:00
"envify": "^3.4.0",
2015-06-05 09:17:41 +02:00
"eslint": "^0.22.1",
"eslint-plugin-react": "^2.5.0",
2015-06-08 17:20:08 +02:00
"express": "^4.12.4",
"gulp": "^3.8.11",
"gulp-concat": "^2.5.2",
2015-06-05 09:17:41 +02:00
"gulp-eslint": "^0.13.2",
"gulp-if": "^1.2.5",
2015-06-08 15:42:28 +02:00
"gulp-minify-css": "^1.1.6",
"gulp-notify": "^2.2.0",
2016-02-05 10:38:59 +01:00
"gulp-sass": "^2.1.1",
"gulp-sourcemaps": "^1.5.2",
2015-06-22 17:33:25 +02:00
"gulp-template": "~3.0.0",
2015-06-08 15:42:28 +02:00
"gulp-uglify": "^1.2.0",
"gulp-util": "^3.0.4",
2015-06-08 09:53:14 +02:00
"harmonize": "^1.4.2",
2016-01-11 17:52:32 +01:00
"history": "1.17.0",
2015-10-09 14:08:47 +02:00
"invariant": "^2.1.1",
"isomorphic-fetch": "^2.0.2",
2015-05-15 15:05:17 +02:00
"jest-cli": "^0.4.0",
"lodash": "^3.9.3",
2015-08-12 13:53:17 +02:00
"moment": "^2.10.6",
2015-05-15 15:05:17 +02:00
"object-assign": "^2.0.0",
"opn": "^3.0.2",
2015-07-24 13:44:28 +02:00
"q": "^1.4.1",
2016-01-11 17:52:32 +01:00
"query-string": "^3.0.0",
"react": "0.13.2",
"react-bootstrap": "0.25.1",
2015-08-26 18:03:58 +02:00
"react-datepicker": "^0.12.0",
2016-01-11 17:52:32 +01:00
"react-router": "1.0.3",
2015-10-01 14:00:56 +02:00
"react-router-bootstrap": "^0.19.0",
2015-08-10 17:45:49 +02:00
"react-star-rating": "~1.3.2",
2015-09-21 16:10:25 +02:00
"react-textarea-autosize": "^2.5.2",
2015-06-09 17:53:44 +02:00
"reactify": "^1.1.0",
2015-11-24 19:26:45 +01:00
"shallow-equals": "0.0.0",
2015-06-05 13:15:31 +02:00
"shmui": "^0.1.0",
2015-07-24 13:44:28 +02:00
"spark-md5": "~1.0.0",
2015-06-08 17:20:08 +02:00
"uglifyjs": "^2.4.10",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.1.2",
2015-08-10 17:45:49 +02:00
"yargs": "^3.10.0"
2015-05-15 15:05:17 +02:00
},
"jest": {
"scriptPreprocessor": "node_modules/babel-jest",
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/react",
"<rootDir>/node_modules/alt",
"<rootDir>/js/alt.js"
]
}
2015-05-12 15:28:59 +02:00
}