forked from dgiot/dgiot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
25 lines (25 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
{
"name": "dgiot",
"version": "4.3.3",
"description": "[![GitHub Release](https://img.shields.io/github/release/dgiot/dgiot?color=brightgreen)](https://github.com/dgiot/dgiot/releases) [![Build Status](https://travis-ci.org/dgiot/dgiot.svg)](https://travis-ci.org/dgiot/dgiot) [![Coverage Status](https://coveralls.io/repos/github/dgiot/dgiot/badge.svg)](https://coveralls.io/github/dgiot/dgiot) [![Docker Pulls](https://img.shields.io/docker/pulls/dgiot/dgiot)](https://hub.docker.com/r/dgiot/dgiot) [![Community](https://img.shields.io/badge/Community-DGIOT-yellow)](https://tech.iotn2n.com)",
"scripts": {
"push": "node push.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dgiot/dgiot.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/dgiot/dgiot/issues"
},
"homepage": "https://github.com/dgiot/dgiot#readme",
"dependencies": {
"chalk": "^4.1.2",
"inquirer": "^8.1.5",
"rimraf": "^3.0.2",
"shelljs": "^0.8.4"
}
}