-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 1.05 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
{
"name": "wab-wikipedia-search",
"version": "2.1.0",
"description": "A Web AppBuilder widget that allows the user to map articles that are found via a keyword search.",
"repository": "https://github.com/gavinr/wab-wikipedia-search.git",
"keywords": [
"web-appbuilder",
"wab",
"wikipedia",
"arcgis"
],
"author": "Gavin Rehkemper",
"license": "MIT",
"bugs": {
"url": "https://github.com/gavinr/wab-wikipedia-search/issues"
},
"scripts": {
"build": "esri-wab-build C:/code/arcgis-web-appbuilder-2.10/WebAppBuilderForArcGIS/server/apps/2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-plugin-transform-es2015-modules-simple-amd": "^0.3.0",
"babel-preset-es2015-without-strict": "0.0.4",
"babel-preset-stage-0": "^6.24.1",
"esri-wab-build": "^1.0.1",
"grunt": "^1.0.3",
"grunt-babel": "^7.0.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^3.0.2",
"grunt-sync": "^0.8.0",
"node-sass": "^4.9.3"
}
}