-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 746 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 746 Bytes
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
{
"name": "highlightjs-arcade",
"version": "1.16.0",
"author": "John Foster",
"description": "Arcade is an expression language that can be used across the ArcGIS Platform.",
"main": "arcade.js",
"scripts": {
"test": "jasmine"
},
"files": [
"arcade.js"
],
"repository": {
"type": "git",
"url": "https://github.com/jf990/highlightjs-arcade.git"
},
"keywords": [
"arcgis",
"arcade",
"highlight.js",
"highlightjs",
"syntax"
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jf990/highlightjs-arcade/issues"
},
"homepage": "https://github.com/jf990/highlightjs-arcade#readme",
"devDependencies": {
"highlight.js": "^11.3.1",
"jasmine": "^3.10.0"
}
}