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.
22 lines (21 loc) • 348 B
JSON
{
"name": "base",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"build": {
"type": "app"
},
"devDependencies": {
"devDep": "1.0.0"
},
"dependencies": {
"dep": "1.1.0"
}
}