projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
16266: Adds tests exposing potential XSS vulnerability on escape_javascript()
[arvados.git]
/
apps
/
workbench
/
npm_packages
1
# Copyright (C) The Arvados Authors. All rights reserved.
2
#
3
# SPDX-License-Identifier: AGPL-3.0
4
5
# Run "rake npm:install"
6
7
# Browserify is required.
8
npm 'browserify', require: false
9
npm 'jquery'
10
npm 'awesomplete'
11
npm 'jssha'
12
13
npm 'mithril', '1.1.6'
14
npm 'es6-object-assign'