-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
executable file
·37 lines (37 loc) · 1.01 KB
/
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
{
"name": "a11ymap",
"version": "1.0.0",
"description": "A11y map configurable application using the 4x ArcGIS JavaScript Application Base",
"homepage": "https://github.com/Esri/a11y-map",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Esri/a11y-map"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@esri/application-base-js": "^0.0.2",
"@types/arcgis-js-api": "^4.9.0"
},
"devDependencies": {
"@esri/application-base-js": "^0.0.2",
"@types/arcgis-js-api": "^4.9.0",
"autoprefixer": "^6.3.6",
"dojo-typings": "^1.11.9",
"grunt": "^1.0.3",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.8.0",
"grunt-sass": "^3.0.1",
"grunt-tslint": "^5.0.2",
"npm-run-all": "^4.1.3",
"postcss-normalize-charset": "^1.1.0",
"tslint": "^5.11.0",
"typescript": "^2.9.2"
}
}