1
0
mirror of https://github.com/google/nomulus synced 2026-01-06 21:47:31 +00:00
Files
nomulus/gradle/package.json
gbrodman 625e613b07 Upgrade the version of google-closure-library that we use in NPM
This is the version that's available in internal Artifactory.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=246392223
2019-05-06 16:31:14 -04:00

23 lines
590 B
JSON

{
"name": "nomulus",
"version": "1.0.0",
"description": "Top-level domain name registry service on Google App Engine https://registry.google",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/google/nomulus.git"
},
"author": "",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/google/nomulus/issues"
},
"homepage": "https://github.com/google/nomulus#readme",
"dependencies": {
"google-closure-library": "20190325.0.0"
}
}