-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
77 lines (77 loc) · 2.19 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "rose",
"version": "3.0.5",
"description": "Research tool for field studies in online social networks.",
"repository": {
"type": "git",
"url": "https://github.com/secure-software-engineering/rose.git"
},
"homepage": "http://secure-software-engineering.github.io/rose/",
"main": "Gulpfile.js",
"devDependencies": {
"babel-eslint": "^6.0.0",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babelify": "^7.2.0",
"browserify": "^13.3.0",
"browserify-css": "^0.9.1",
"del": "^2.2.0",
"denodeify": "^1.2.1",
"download-cli": "^1.0.1",
"eslint": "^2.5.3",
"eslint-config-standard": "^5.1.0",
"eslint-plugin-babel": "^3.1.0",
"eslint-plugin-promise": "^1.1.0",
"eslint-plugin-standard": "^1.3.2",
"gulp": "^3.8.11",
"gulp-changed": "^1.1.1",
"gulp-connect": "^3.2.1",
"gulp-filter": "^4.0.0",
"gulp-if": "^2.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-notify": "^2.2.0",
"gulp-uglify": "^1.5.3",
"handlebars": "^4.0.8",
"hbsfy": "^2.5.1",
"i18next": "^2.5.1",
"isomorphic-fetch": "^2.2.1",
"jquery": "^2.2.4",
"jquery.cookie": "^1.4.1",
"jssha": "^2.0.1",
"kbpgp": "^2.0.70",
"localforage": "~1.2.0",
"lodash": "^4.17.4",
"semantic-ui-button": "^2.2.10",
"semantic-ui-checkbox": "^2.2.10",
"semantic-ui-form": "^2.2.10",
"semantic-ui-icon": "^2.2.10",
"semantic-ui-item": "^2.2.10",
"semantic-ui-label": "^2.2.10",
"semantic-ui-list": "^2.2.10",
"semantic-ui-menu": "^2.2.10",
"semantic-ui-nag": "^2.2.10",
"semantic-ui-rating": "^2.2.10",
"semantic-ui-sidebar": "^2.2.10",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.0.0",
"yargs": "^8.0.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"author": "Fraunhofer SIT",
"contributors": [
{
"name": "Felix Epp",
"email": "[email protected]"
},
{
"name": "Oliver Hoffmann",
"email": "[email protected]"
}
],
"license": "GPL-3.0"
}