mirror of
				https://github.com/flynx/pWiki.git
				synced 2025-11-03 20:40:10 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			26 lines
		
	
	
		
			500 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			500 B
		
	
	
	
		
			JSON
		
	
	
		
			Executable File
		
	
	
	
	
{
 | 
						|
  "name": "pWiki",
 | 
						|
  "version": "0.0.1",
 | 
						|
  "author": "Alex A. Naanou <alex.nanou@gmail.com>",
 | 
						|
  "license": "BSD",
 | 
						|
  "dependencies": {
 | 
						|
    "glob": "*",
 | 
						|
    "ig-actions": "*",
 | 
						|
    "ig-features": "*",
 | 
						|
    "ig-object": "*",
 | 
						|
    "ig-types": "^6.9.4",
 | 
						|
    "jszip": "*",
 | 
						|
    "requirejs": "*"
 | 
						|
  },
 | 
						|
  "disabled-dependencies": {
 | 
						|
    "peer": "*",
 | 
						|
    "pouch-replicate-webrtc": "*",
 | 
						|
    "pouchdb": "*",
 | 
						|
    "showdown": "*",
 | 
						|
    "xss": "*"
 | 
						|
  },
 | 
						|
  "scripts": {
 | 
						|
    "bootstrap": "node scripts/bootstrap.js"
 | 
						|
  }
 | 
						|
}
 |