forked from Juicy/juicy-ace-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 882 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "juicy-ace-editor",
"description": "Custom Element wrapper for Ace code editor",
"version": "2.0.5",
"author": "Juicy",
"license": "MIT",
"bugs": {
"url": "https://github.com/Juicy/juicy-ace-editor/issues"
},
"homepage": "https://github.com/Juicy/juicy-ace-editor#readme",
"main": "./juicy-ace-editor-module.js",
"scripts": {
"test": "wct --npm --module-resolution=node"
},
"directories": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Juicy/juicy-ace-editor.git"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-bump": "^0.3.0",
"grunt-cli": "~0.1.9",
"grunt-contrib-connect": "~0.5.0",
"grunt-contrib-watch": "~0.6.1",
"wct-browser-legacy": "0.0.1-pre.12",
"web-component-tester": "^6.6.0-pre.5"
},
"dependencies": {
"ace-builds": "^1.2.9"
}
}