-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
41 lines (41 loc) · 901 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
35
36
37
38
39
40
41
{
"name": "codext",
"version": "1.1.2",
"description": "Code viewer and editor embedded in your browser!",
"repository": {
"type": "git",
"url": "https://github.com/bbc/codext"
},
"author": {
"name": "Pyves",
"email": "pyvesdev@gmail.com",
"url": "https://github.com/PyvesB"
},
"contributors": [
{
"name": "Mika Leppala",
"email": "mika.leppala@gmail.com",
"url": "https://github.com/MikaLeppala"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/bbc/codext/issues"
},
"homepage": "https://github.com/bbc/codext#readme",
"dependencies": {
"monaco-editor": "~0.30.1",
"requirejs": "^2.3.6"
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-eslint": "^6.0.0",
"gulp-minify": "^3.1.0",
"gulp-open": "^3.0.1",
"gulp-prettier": "^3.0.0",
"gulp-zip": "^5.0.2",
"jasmine": "^3.6.1",
"sinon-chrome": "^3.0.1"
}
}