stackviz/package.json
Masayuki Igawa 30856e46a7
Use py36
This commit makes to use python3.6 instead of python2.7 in postinstall
since python2.7 will be EOL soon. And, this commit encourages to use
py36 task instead of py27 as well.
And also this commit changes to use node8 to test in the upstream gate.

Change-Id: I75f0045e88d20d04ecbcdc798bcf3f45d2c27e7a
2019-05-25 17:06:18 +02:00

78 lines
2.1 KiB
JSON

{
"version": "0.0.0",
"private": true,
"name": "stackviz",
"description": "StackViz - Client JavaScript",
"repository": "none",
"license": "Apache 2.0",
"devDependencies": {
"angular": "1.5.2",
"angular-fontawesome": "0.4.0",
"angular-mocks": "1.5.2",
"angular-ui-bootstrap": "1.2.5",
"angular-ui-router": "0.2.18",
"bootstrap": "3.3.6",
"browser-sync": "2.11.2",
"browserify": "13.0.0",
"browserify-istanbul": "2.0.0",
"browserify-ngannotate": "2.0.0",
"bulk-require": "^0.2.1",
"bulkify": "1.1.1",
"codemirror": "5.14.2",
"d3-array": "^0.7.1",
"d3-collection": "^0.2.0",
"d3-dsv": "^0.3.2",
"d3-ease": "^0.7.0",
"d3-interpolate": "^0.7.0",
"d3-request": "^0.4.6",
"d3-scale": "^0.7.0",
"d3-time-format": "^0.3.2",
"del": "2.2.0",
"eslint": "~1.10.3",
"eslint-config-openstack": "1.2.4",
"eslint-plugin-angular": "0.12.0",
"express": "4.13.4",
"gulp": "3.9.1",
"gulp-angular-templatecache": "1.8.0",
"gulp-autoprefixer": "3.1.0",
"gulp-changed": "1.3.0",
"gulp-filter": "4.0.0",
"gulp-gzip": "1.2.0",
"gulp-if": "2.0.0",
"gulp-notify": "2.2.0",
"gulp-protractor": "2.2.0",
"gulp-rename": "1.2.2",
"gulp-replace": "0.5.4",
"gulp-sass": "2.2.0",
"gulp-sourcemaps": "1.6.0",
"gulp-streamify": "0.0.5",
"gulp-uglify": "1.5.3",
"gulp-util": "3.0.7",
"isparta": "4.0.0",
"jasmine-ajax": "3.2.0",
"jasmine-core": "2.4.1",
"jasmine-fixture": "2.0.0",
"karma": "~0.13.22",
"karma-browserify": "5.0.3",
"karma-chrome-launcher": "0.2.3",
"karma-coverage": "0.5.5",
"karma-jasmine": "0.3.8",
"morgan": "1.7.0",
"nprogress": "^0.2.0",
"pretty-hrtime": "1.0.2",
"protractor": "^2.2.0",
"run-sequence": "1.1.5",
"tiny-lr": "^0.1.6",
"uglifyify": "3.0.1",
"vinyl-buffer": "1.0.0",
"vinyl-source-stream": "1.1.0",
"watchify": "3.7.0"
},
"scripts": {
"postinstall": "if [ ! -d .venv ]; then tox -epy36 --notest; fi",
"test": "gulp unit",
"lint": "eslint ./",
"prod": "gulp prod; python setup.py sdist"
}
}