29 lines
		
	
	
		
			635 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
		
			635 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "ppl-os",
 | |
|   "version": "0.0.1",
 | |
|   "description": "Files required to build the ubuntu core based pplOS",
 | |
|   "main": "build-tool.js",
 | |
|   "scripts": {
 | |
|     "test": "echo \"Error: no test specified\" && exit 1"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "ssh://gitea@git.coolaj86.com:22042/mkg20001/ppl-os.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "pplOS",
 | |
|     "pplfamily",
 | |
|     "ubuntu-core",
 | |
|     "build-tool"
 | |
|   ],
 | |
|   "author": "Maciej Krüger <mkg20001@gmail.com>",
 | |
|   "license": "MIT",
 | |
|   "dependencies": {
 | |
|     "colors": "^1.3.1",
 | |
|     "js-yaml": "^3.12.0",
 | |
|     "json5": "^1.0.1",
 | |
|     "mkdirp": "^0.5.1",
 | |
|     "yargs": "^12.0.1"
 | |
|   }
 | |
| }
 |