forked from blackberry/generator-beslauncher
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
26 lines (26 loc) · 824 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
{
"name": "generator-beslauncher",
"version": "1.0.1",
"description": "Creates a cross-platform web-launcher to be installed in the workspace. the app will simply invoke the system browser with the pre-defined url, and close the app in the background. aka. bookmarks in the workspace.",
"author": "Chad Tetreault",
"license": "Apache-2.0",
"keywords": [
"yeoman-generator",
"blackberry",
"blackberry10",
"cordova",
"weblancher",
"bookmark"
],
"repository": {
"type": "git",
"url": "https://www.github.com/blackberry/generator-beslauncher.git"
},
"dependencies": {
"chalk": "^1.1.1",
"cordova": "^5.0",
"lodash": "^3.10.0",
"mkdirp": "latest",
"yeoman-generator": "^0.20.3"
}
}