mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-29 23:40:03 +08:00
v0.0.1
This commit is contained in:
47
codemirror/package.json
Normal file
47
codemirror/package.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"name": "codemirror",
|
||||
"version": "5.46.0",
|
||||
"main": "lib/codemirror.js",
|
||||
"style": "lib/codemirror.css",
|
||||
"author": {
|
||||
"name": "Marijn Haverbeke",
|
||||
"email": "marijnh@gmail.com",
|
||||
"url": "http://marijnhaverbeke.nl"
|
||||
},
|
||||
"description": "Full-featured in-browser code editor",
|
||||
"license": "MIT",
|
||||
"directories": {
|
||||
"lib": "./lib"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "rollup -c",
|
||||
"watch": "rollup -w -c",
|
||||
"prepare": "npm run-script build",
|
||||
"test": "node ./test/run.js",
|
||||
"lint": "bin/lint"
|
||||
},
|
||||
"devDependencies": {
|
||||
"blint": "^1",
|
||||
"node-static": "0.7.11",
|
||||
"phantomjs-prebuilt": "^2.1.12",
|
||||
"rollup": "^0.66.2",
|
||||
"rollup-plugin-buble": "^0.19.2",
|
||||
"rollup-watch": "^4.3.1"
|
||||
},
|
||||
"bugs": "http://github.com/codemirror/CodeMirror/issues",
|
||||
"keywords": [
|
||||
"JavaScript",
|
||||
"CodeMirror",
|
||||
"Editor"
|
||||
],
|
||||
"homepage": "https://codemirror.net",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/codemirror/CodeMirror.git"
|
||||
},
|
||||
"jspm": {
|
||||
"directories": {},
|
||||
"dependencies": {},
|
||||
"devDependencies": {}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user