-
Marijn Haverbeke authored
And hopefully get Travis to run our tests again
Marijn Haverbeke authoredAnd hopefully get Travis to run our tests again
This project manages its dependencies using npm.
Learn more
package.json 900 B
{
"name": "codemirror",
"version": "5.18.3",
"main": "lib/codemirror.js",
"description": "Full-featured in-browser code editor",
"license": "MIT",
"directories": {
"lib": "./lib"
},
"scripts": {
"test": "node ./test/run.js",
"lint": "bin/lint"
},
"devDependencies": {
"node-static": "0.6.0",
"phantomjs-prebuilt": "^2.1.12",
"blint": ">=0.1.1"
},
"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": {}
}
}