-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
38 lines (38 loc) · 1.39 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
{
"name": "opwen-email-client",
"version": "0.0.1",
"description": " ",
"author": "Clemens Wolff",
"license": "Apache-2.0",
"private": true,
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^2.2.0",
"grunt-contrib-uglify": "^3.0.1",
"standard": "^14.0.2"
},
"dependencies": {
"@bower_components/bootstrap": "twbs/bootstrap#^3.3.7",
"@bower_components/bootstrap-fileinput": "kartik-v/bootstrap-fileinput#^4.3.3",
"@bower_components/bootstrap3-wysihtml5-bower": "Waxolunist/bootstrap3-wysihtml5-bower#^0.3.3",
"@bower_components/components-font-awesome": "components/font-awesome#~4.1.0",
"@bower_components/flag-icon-css": "lipis/flag-icon-css#^2.4.0",
"@bower_components/handlebars": "components/handlebars.js#~1.3.0",
"@bower_components/html5shiv": "aFarkas/html5shiv#^3.7.3",
"@bower_components/jquery": "jquery/jquery-dist#^3.5.1",
"@bower_components/printThis": "jasonday/printThis#^1.9.0",
"@bower_components/rangy-1.3": "noap/rangy-1.3#master",
"@bower_components/respond": "scottjehl/Respond#^1.4.2",
"@bower_components/wysihtml5x": "Edicy/wysihtml5#0.4.13",
"jquery-lazyload": "^1.9.7"
},
"scripts": {
"build": "grunt",
"lint": "standard \"opwen_email_client/webapp/static/js/**/*.js\""
},
"engines": {
"node": ">= 8.10.0",
"yarn": ">= 1.0.0"
}
}