forked from framework7io/framework7-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 815 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
28
29
30
31
32
33
34
35
36
37
{
"name": "framework7-cli",
"version": "0.2.0",
"description": "Framework7 command line utility (CLI)",
"main": "index.js",
"bin": {
"f7": "./index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nolimits4web/framework7-cli.git"
},
"keywords": [
"framework7",
"cli",
"mobile",
"app",
"cordova",
"ios",
"android"
],
"author": "Vladimir Kharlampidi",
"license": "MIT",
"bugs": {
"url": "https://github.com/nolimits4web/framework7-cli/issues"
},
"homepage": "https://github.com/nolimits4web/framework7-cli#readme",
"dependencies": {
"async": "^2.1.5",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"fs-extra": "^2.0.0",
"github-download": "^0.5.0",
"request": "^2.79.0",
"xml2js": "^0.4.17"
}
}