-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
104 lines (104 loc) · 2.97 KB
/
package.json
File metadata and controls
104 lines (104 loc) · 2.97 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
{
"name": "ShellHive",
"private": true,
"version": "0.4.5",
"description": "A Visual data-flow programming web application to create UNIX Shell workflows",
"keywords": [
"Unix Shell"
],
"dependencies": {
"bcrypt": "^0.8.6",
"circular-json": "^0.3.1",
"coverage-percentage": "0.0.2",
"ejs": "~0.8.4",
"fs-extra": "^1.0.0",
"fs.extra": "^1.2.1",
"grunt": "^1.0.0",
"grunt-autoprefixer": "^3.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-contrib-coffee": "~1.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jst": "~0.6.0",
"grunt-contrib-less": "~1.3.0",
"grunt-contrib-uglify": "~2.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sails-linker": "~0.9.5",
"grunt-sync": "~0.0.4",
"include-all": "~0.1.3",
"lodash": "^2.4.1",
"lodash.assign": "^4.2.0",
"marked": "~0.3.2",
"passport": "^0.2.0",
"passport-local": "^1.0.0",
"rc": "~0.3.3",
"rimraf": "^2.2.8",
"sails": "^0.12.10",
"sails-disk": "~0.10.10",
"sails-memory": "0.10.7",
"sails-mysql": "^0.11.0",
"shelljs": "^0.3.0",
"ssh-keygen": "^0.2.1",
"tsort": "0.0.1"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js",
"test": "gulp coverage",
"badge": "node coverage-badge.js `coverage-percentage ./coverage/lcov.info --lcov` flat > badge.svg"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/OmarCastro/ShellHive.git"
},
"author": "Omar Castro",
"license": "",
"devDependencies": {
"@types/angular": "^1.5.20",
"@types/angular-animate": "^1.5.5",
"@types/angular-ui-bootstrap": "^0.13.35",
"@types/circular-json": "^0.1.30",
"@types/dropzone": "^4.3.34",
"@types/express": "^4.0.34",
"@types/fs-extra": "0.0.35",
"@types/lodash": "^4.14.44",
"@types/mousetrap": "^1.5.32",
"@types/passport": "^0.2.34",
"@types/socket.io-client": "^1.4.28",
"@types/underscore": "^1.7.36",
"@types/underscore.string": "0.0.30",
"angular": "^1.5.8",
"angular-animate": "^1.5.8",
"angular-ui-bootstrap": "^2.3.1",
"angular-ui-layout": "^1.4.2",
"browserify": "^13.1.1",
"chai": "^1.9.1",
"chai-as-promised": "^4.1.1",
"chai-properties": "^1.1.0",
"dropzone": "^4.3.0",
"gulp": "~3.9.1",
"gulp-istanbul": "^0.2.0",
"gulp-jison": "~1.0.0",
"gulp-mocha": "~0.4.1",
"gulp-newer": "~0.3.0",
"gulp-protractor": "0.0.7",
"gulp-rename": "^1.2.2",
"gulp-sourcemaps": "^2.2.0",
"gulp-typescript": "^3.2.1",
"gulp-uglify": "^2.0.0",
"gulp-util": "~2.2.14",
"jshint": "^2.9.4",
"mocha": "~1.18.2",
"mousetrap": "^1.6.0",
"run-sequence": "~0.3.6",
"stringify": "^5.1.0",
"supertest": "^0.13.0",
"typescript": "^2.1.4",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0",
"webdriverjs": "^1.6.1"
}
}