openrat-cms

# OpenRat Content Management System
git clone http://git.code.weiherhei.de/openrat-cms.git
Log | Files | Refs

package.json (507B)


      1 {
      2     "name": "ace-builds",
      3     "main": "./src/ace.js",
      4     "version": "1.2.8",
      5     "description": "Ace (Ajax.org Cloud9 Editor)",
      6     "scripts": {
      7         "test": "echo \"Error: no test specified\" && exit 1"
      8     },
      9     "repository": {
     10         "type": "git",
     11         "url": "https://github.com/ajaxorg/ace-builds.git"
     12     },
     13     "author": "",
     14     "license": "BSD",
     15     "bugs": {
     16         "url": "https://github.com/ajaxorg/ace-builds/issues"
     17     },
     18     "homepage": "https://github.com/ajaxorg/ace-builds"
     19 }