PHP Classes

File: bower.json

Recommend this page to a friend!
  Classes of Scott Arciszewski   CMS Airship   bower.json   Download  
File: bower.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: CMS Airship
Content management system with security features
Author: By
Last change:
Date: 6 years ago
Size: 505 bytes
 

Contents

Class file image Download
{ "name": "airship", "main": "index.php", "description": "CMS Airship is a **secure-by-default** content management system, blog engine, and application development framework written for PHP 7.", "authors": [ "Paragon Initiative Enterprises <info@paragonie.com>" ], "license": "GPLV3", "homepage": "https://github.com/paragonie/airship", "ignore": [ "**/.*", "node_modules", "bower_components", "test", "tests" ], "dependencies": { "jquery": "^3.2.1" } }