mirror of
https://github.com/Febbweiss/filebrowser-durandal-widget.git
synced 2026-03-04 22:25:43 +00:00
25 lines
467 B
JSON
25 lines
467 B
JSON
{
|
|
"name": "ace-min-noconflict",
|
|
"version": "1.1.9",
|
|
"homepage": "https://github.com/tylerlong/ace-min-noconflict",
|
|
"authors": [
|
|
"Tyler Long <tyler4long@gmail.com>"
|
|
],
|
|
"description": "ACE editor minimized noconflict built files.",
|
|
"main": "ace.js",
|
|
"keywords": [
|
|
"ACE",
|
|
"editor"
|
|
],
|
|
"license": "BSD",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"tests",
|
|
"fabfile.py",
|
|
"README.md"
|
|
]
|
|
}
|