Moved js files to global directory, added id system to question json

This commit is contained in:
Max Geldner
2018-11-17 13:12:04 +01:00
committed by Nanne Baars
parent 2962ddbb3e
commit 3a7601d348
275 changed files with 7 additions and 31 deletions

View File

@@ -0,0 +1,20 @@
{
"name": "ace-builds",
"main": "./src-noconflict/ace.js",
"typings": "ace.d.ts",
"version": "1.4.1",
"description": "Ace (Ajax.org Cloud9 Editor)",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/ajaxorg/ace-builds.git"
},
"author": "",
"license": "BSD",
"bugs": {
"url": "https://github.com/ajaxorg/ace-builds/issues"
},
"homepage": "https://github.com/ajaxorg/ace-builds"
}