opensphere-build-resolver
Version:
Resolves projects, their dependencies, plugins, and config to the correct arguments for compilation via the Google Closure Compiler, sass/node-sass, and other tools.
18 lines (17 loc) • 394 B
JSON
{
"name": "should-combine-packages-correctly",
"version": "1.0.0",
"description": "",
"main": "index.js",
"keywords": [],
"build": {
"gcc": {
"angular_pass": true,
"compilation_level": "simple",
"js": "src/**.js",
"define": ["main=true","override=main"],
"externs": ["a.externs.js", "b.externs.js"],
"entry_point": ["one", "two"]
}
}
}