mirror of
https://github.com/google/pebble.git
synced 2025-03-15 16:51:21 +00:00
9 lines
240 B
JSON
9 lines
240 B
JSON
{
|
|
"__comment": "Only needed for the node.js-based version of this compiler if we want to do CLI-based compiling",
|
|
"name": "js_compiler",
|
|
"version": "0.0.1",
|
|
"devDependencies": {
|
|
"node-zip": "^1.1.1",
|
|
"yargs": "^4.7.1"
|
|
}
|
|
}
|