1
0
mirror of https://github.com/google/nomulus synced 2026-01-09 15:43:52 +00:00
Files
nomulus/gradle/package.json
gbrodman a995fc09cb Add the Closure Compiler/Library/Templates dependencies
This CL does a few things:
- Adds the template Soy-to-JS compilation (note: this requires the extra
  soyutils_usegoog.js file separately so that the compiled *.soy.js files work
- Adds the Closure Compiler to compile and check our JS
- Adds an NPM task to allow us to download dependencies
- Adds the Closure library as an NPM package

Note: this probably won't compile until we fix the test JS files

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=233059414
2019-02-08 11:21:43 -05: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": "20190121.0.0"
}
}