123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- {
- "name": "codemirror",
- "version": "5.23.0",
- "main": "lib/codemirror.js",
- "description": "Full-featured in-browser code editor",
- "license": "MIT",
- "directories": {
- "lib": "./lib"
- },
- "scripts": {
- "build": "rollup -c",
- "watch": "rollup -w -c",
- "prepublish": "npm run-script build",
- "test": "node ./test/run.js",
- "lint": "bin/lint"
- },
- "devDependencies": {
- "blint": "^0.5.1",
- "node-static": "0.6.0",
- "phantomjs-prebuilt": "^2.1.12",
- "rollup": "^0.34.10",
- "rollup-plugin-buble": "^0.15.0",
- "rollup-watch": "^2.5.0"
- },
- "bugs": "http://github.com/codemirror/CodeMirror/issues",
- "keywords": [
- "JavaScript",
- "CodeMirror",
- "Editor"
- ],
- "homepage": "http://codemirror.net",
- "maintainers": [
- {
- "name": "Marijn Haverbeke",
- "email": "marijnh@gmail.com",
- "web": "http://marijnhaverbeke.nl"
- }
- ],
- "repository": {
- "type": "git",
- "url": "https://github.com/codemirror/CodeMirror.git"
- },
- "jspm": {
- "directories": {},
- "dependencies": {},
- "devDependencies": {}
- }
- }
|