-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 764 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 764 Bytes
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
{
"name": "reverse-ssh-manager",
"version": "0.1.0",
"description": "allows to manage reverse ssh connections through a web application",
"main": "static/index.html",
"dependencies": {
},
"devDependencies": {
"bower": "^1.3.8",
"del": "^1.1.0",
"gulp": "^3.8.6",
"gulp-jshint": "^1.9.0",
"gulp-minify-css": "^0.3.7",
"gulp-rev": "^1.0.0",
"gulp-uglify": "^0.3.1",
"gulp-usemin": "^0.3.7",
"jshint-stylish": "^1.0.0",
"run-sequence": "^1.0.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@bitbucket.org:helioslite/reverse-ssh-manager.git"
},
"author": "Bruno Binet <bruno.binet@helioslite.com>",
"license": "ISC"
}