-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.6 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
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "udias-cli",
"description": "Commandline client for the udias platform",
"version": "0.8.5",
"author": "Stefan Dühring | Autarc <[email protected]>",
"bin": {
"udias": "./bin/udias"
},
"bugs": {
"url": "https://github.com/udias/udias-task-checksum-creation/issues"
},
"dependencies": {
"blessed": "^0.1.81",
"blessed-contrib": "^3.5.5",
"chalk": "^1.1.1",
"commander": "^2.9.0",
"eval": "^0.1.1",
"got": "^6.2.0",
"hapi": "^13.4.1",
"inquirer": "^0.12.0",
"ip": "^1.1.2",
"nes": "^6.2.1",
"ora": "^0.2.0",
"update-notifier": "^0.6.3",
"webtorrent-hybrid": "^1.0.3"
},
"devDependencies": {
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.3.13",
"babel-preset-stage-0": "^6.3.13",
"babel-register": "^6.3.13",
"babelify": "^7.2.0",
"browserify": "^13.0.0",
"fs-extra": "^0.30.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.1",
"gulp-load-plugins": "^1.1.0",
"gulp-plumber": "^1.0.1",
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"gulp-watch": "^4.3.5",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
},
"homepage": "https://github.com/udias/udias-cli",
"keywords": [],
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/udias/udias-cli.git"
},
"scripts": {
"build": "NODE_ENV=production node build",
"check": "npm outdated -depth 0",
"start": "NODE_ENV=production node ./bin/udias",
"dev": "NODE_ENV=Development node build"
}
}