fix
Showing
| { | { | ||
| "name": "codemirror", | "name": "codemirror", | ||
| "version":"5.0.0", | "version": "5.0.0", | ||
| "main": "lib/codemirror.js", | "main": "lib/codemirror.js", | ||
| "description": "In-browser code editing made bearable", | "description": "In-browser code editing made bearable", | ||
| "licenses": [{"type": "MIT", | "licenses": [ | ||
| "url": "http://codemirror.net/LICENSE"}], | { | ||
| "directories": {"lib": "./lib"}, | "type": "MIT", | ||
| "scripts": {"test": "node ./test/run.js"}, | "url": "http://codemirror.net/LICENSE" | ||
| "devDependencies": {"node-static": "0.6.0", | } | ||
| "phantomjs": "1.9.2-5", | ], | ||
| "blint": ">=0.1.1"}, | "directories": { | ||
| "lib": "./lib" | |||
| }, | |||
| "scripts": { | |||
| "test": "node ./test/run.js" | |||
| }, | |||
| "devDependencies": { | |||
| "blint": ">=0.1.1", | |||
| "node-static": "0.6.0", | |||
| "phantomjs": "1.9.2-5" | |||
| }, | |||
| "bugs": "http://github.com/codemirror/CodeMirror/issues", | "bugs": "http://github.com/codemirror/CodeMirror/issues", | ||
| "keywords": ["JavaScript", "CodeMirror", "Editor"], | "keywords": [ | ||
| "JavaScript", | |||
| "CodeMirror", | |||
| "Editor" | |||
| ], | |||
| "homepage": "http://codemirror.net", | "homepage": "http://codemirror.net", | ||
| "maintainers":[{"name": "Marijn Haverbeke", | "maintainers": [ | ||
| "email": "marijnh@gmail.com", | { | ||
| "web": "http://marijnhaverbeke.nl"}], | "name": "Marijn Haverbeke", | ||
| "repository": {"type": "git", | "email": "marijnh@gmail.com", | ||
| "url": "https://github.com/codemirror/CodeMirror.git"} | "web": "http://marijnhaverbeke.nl" | ||
| } | |||
| ], | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/codemirror/CodeMirror.git" | |||
| }, | |||
| "dependencies": { | |||
| "codemirror": "file:" | |||
| } | |||
| } | } |
| ... | @@ -38,5 +38,8 @@ | ... | @@ -38,5 +38,8 @@ |
| "gulp-ruby-sass": "^1.0.1", | "gulp-ruby-sass": "^1.0.1", | ||
| "gulp-uglifyjs": "^0.6.1", | "gulp-uglifyjs": "^0.6.1", | ||
| "gulp-util": "^3.0.1" | "gulp-util": "^3.0.1" | ||
| }, | |||
| "dependencies": { | |||
| "editor.md": "file:" | |||
| } | } | ||
| } | } |
| { | { | ||
| "name": "codemirror", | "name": "codemirror", | ||
| "version":"5.0.0", | "version": "5.0.0", | ||
| "main": "lib/codemirror.js", | "main": "lib/codemirror.js", | ||
| "description": "In-browser code editing made bearable", | "description": "In-browser code editing made bearable", | ||
| "licenses": [{"type": "MIT", | "licenses": [ | ||
| "url": "http://codemirror.net/LICENSE"}], | { | ||
| "directories": {"lib": "./lib"}, | "type": "MIT", | ||
| "scripts": {"test": "node ./test/run.js"}, | "url": "http://codemirror.net/LICENSE" | ||
| "devDependencies": {"node-static": "0.6.0", | } | ||
| "phantomjs": "1.9.2-5", | ], | ||
| "blint": ">=0.1.1"}, | "directories": { | ||
| "lib": "./lib" | |||
| }, | |||
| "scripts": { | |||
| "test": "node ./test/run.js" | |||
| }, | |||
| "devDependencies": { | |||
| "blint": ">=0.1.1", | |||
| "node-static": "0.6.0", | |||
| "phantomjs": "1.9.2-5" | |||
| }, | |||
| "bugs": "http://github.com/codemirror/CodeMirror/issues", | "bugs": "http://github.com/codemirror/CodeMirror/issues", | ||
| "keywords": ["JavaScript", "CodeMirror", "Editor"], | "keywords": [ | ||
| "JavaScript", | |||
| "CodeMirror", | |||
| "Editor" | |||
| ], | |||
| "homepage": "http://codemirror.net", | "homepage": "http://codemirror.net", | ||
| "maintainers":[{"name": "Marijn Haverbeke", | "maintainers": [ | ||
| "email": "marijnh@gmail.com", | { | ||
| "web": "http://marijnhaverbeke.nl"}], | "name": "Marijn Haverbeke", | ||
| "repository": {"type": "git", | "email": "marijnh@gmail.com", | ||
| "url": "https://github.com/codemirror/CodeMirror.git"} | "web": "http://marijnhaverbeke.nl" | ||
| } | |||
| ], | |||
| "repository": { | |||
| "type": "git", | |||
| "url": "https://github.com/codemirror/CodeMirror.git" | |||
| }, | |||
| "dependencies": { | |||
| "codemirror": "file:" | |||
| } | |||
| } | } |
| ... | @@ -38,5 +38,8 @@ | ... | @@ -38,5 +38,8 @@ |
| "gulp-ruby-sass": "^1.0.1", | "gulp-ruby-sass": "^1.0.1", | ||
| "gulp-uglifyjs": "^0.6.1", | "gulp-uglifyjs": "^0.6.1", | ||
| "gulp-util": "^3.0.1" | "gulp-util": "^3.0.1" | ||
| }, | |||
| "dependencies": { | |||
| "editor.md": "file:" | |||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment