daml/package.json
Stefano Baghino 7ac438e87b
Remove //language-support/js (#691)
The JavaScript ecosystem support is being spun off in its own
repository. The new home is https://github.com/digital-asset/daml-js

For further details, here is the counterpart issue in the new repo:

https://github.com/digital-asset/daml-js/issues/1
2019-04-25 14:30:25 +02:00

36 lines
920 B
JSON

{
"name": "dummy",
"displayName": "dummy",
"description": "package for bazel-managed nodejs dependencies",
"private": true,
"version": "0.0.0",
"dependencies": {
"@bazel/typescript": "0.23.2",
"bower": "1.8.8",
"browserify": "16.2.3",
"dockerode": "^2.5.8",
"express": "^4.16.4",
"express-session": "^1.15.6",
"grunt": "1.0.3",
"grunt-banner": "0.6.0",
"grunt-browserify": "5.3.0",
"grunt-cli": "1.3.2",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-connect": "2.0.0",
"grunt-contrib-copy": "1.0.0",
"grunt-contrib-sass": "1.0.0",
"grunt-contrib-uglify": "4.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-exec": "3.0.0",
"grunt-open": "0.2.3",
"http-proxy": "^1.17.0",
"matchdep": "2.0.0",
"node-cache": "^4.2.0",
"typescript": "3.1.6",
"url": "^0.11.0"
},
"devDependencies": {
"@bazel/bazel": "0.22.0"
}
}