openrat-cms

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

package.json (1115B)


      1 {
      2   "name": "codemirror",
      3   "version": "5.32.0",
      4   "main": "lib/codemirror.js",
      5   "style": "lib/codemirror.css",
      6   "description": "Full-featured in-browser code editor",
      7   "license": "MIT",
      8   "directories": {
      9     "lib": "./lib"
     10   },
     11   "scripts": {
     12     "build": "rollup -c",
     13     "watch": "rollup -w -c",
     14     "prepare": "npm run-script build",
     15     "test": "node ./test/run.js",
     16     "lint": "bin/lint"
     17   },
     18   "devDependencies": {
     19     "blint": "^1",
     20     "node-static": "0.6.0",
     21     "phantomjs-prebuilt": "^2.1.12",
     22     "rollup": "^0.41.0",
     23     "rollup-plugin-buble": "^0.15.0",
     24     "rollup-watch": "^3.2.0"
     25   },
     26   "bugs": "http://github.com/codemirror/CodeMirror/issues",
     27   "keywords": [
     28     "JavaScript",
     29     "CodeMirror",
     30     "Editor"
     31   ],
     32   "homepage": "http://codemirror.net",
     33   "maintainers": [
     34     {
     35       "name": "Marijn Haverbeke",
     36       "email": "marijnh@gmail.com",
     37       "web": "http://marijnhaverbeke.nl"
     38     }
     39   ],
     40   "repository": {
     41     "type": "git",
     42     "url": "https://github.com/codemirror/CodeMirror.git"
     43   },
     44   "jspm": {
     45     "directories": {},
     46     "dependencies": {},
     47     "devDependencies": {}
     48   }
     49 }