19 lines
		
	
	
		
			407 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			407 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "hello",
 | |
|   "version": "0.1.0",
 | |
|   "description": "Just trying out the walkthrough.",
 | |
|   "main": "lib/index.js",
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "ssh://gitea@git.coolaj86.com:22042/coolaj86/hello.neon.js.git"
 | |
|   },
 | |
|   "author": "AJ ONeal <coolaj86@gmail.com>",
 | |
|   "license": "MPL-2.0",
 | |
|   "dependencies": {
 | |
|     "neon-cli": "^0.2.0"
 | |
|   },
 | |
|   "scripts": {
 | |
|     "install": "neon build"
 | |
|   }
 | |
| }
 |