-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
27 lines (26 loc) · 864 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
{
"name": "arcgis-js-api-widget-template",
"version": "0.1.0",
"description": "Want do develop your own widget for the ArcGIS JavaScript API 4.x? Avoid creating all the boilerplate by starting with this set of files. Edit",
"scripts": {
"start": "concurrently \"tsc -w\" \"ws -d src\"",
"test": "tslint -c tslint.json 'src/**/*.ts*'",
"postinstall": "tsc"
},
"author": "Gavin Rehkemper <gavin@gavinr.com>",
"license": "MIT",
"homepage": "https://github.com/gavinr/arcgis-js-api-widget-template#readme",
"devDependencies": {
"@types/arcgis-js-api": "^4.4.0",
"dojo-typings": "^1.11.7",
"grunt": "^1.0.1",
"grunt-sass": "^2.0.0",
"local-web-server": "1.2.8",
"tslint": "^5.5.0",
"tslint-config-standard": "^6.0.1",
"typescript": "^2.4.2",
"concurrently": "^3.5.0"
},
"dependencies": {
}
}