-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.02 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
38
39
40
41
42
43
44
45
46
47
48
{
"name": "generator-typescript-wab-widget",
"version": "0.2.43",
"description": "Yeoman generator for creating Esri WebApp Builder widgets in typescript",
"license": "MIT",
"main": "app/index.js",
"repository": "davewilton/generator-typescript-wab-widget",
"author": {
"name": "David Wilton",
"email": "[email protected]",
"url": "https://github.com/davewilton"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"esri",
"dojo",
"widget"
],
"dependencies": {
"chalk": "2.4.2",
"gulp-jsbeautifier": "^2.0.3",
"trim": "0.0.3",
"underscore.string": "^3.3.4",
"update-notifier": "^1.0.2",
"yeoman-generator": "^3.1.1",
"yosay": "^1.2.0"
},
"devDependencies": {
"del": "^2.2.2",
"grunt": "~1.3",
"grunt-bump": "0.0.14",
"mocha": "*",
"yeoman-assert": "^2.2.3",
"yeoman-test": "^1.9.1"
},
"peerDependencies": {
"yo": ">=1.0.0"
}
}