Completed
Push — development ( f93eb8...ffa1a0 )
by Thomas
20s
created

htdocs/package.json (1 issue)

Severity

Upgrade to new PHP Analysis Engine

These results are based on our legacy PHP analysis, consider migrating to our new PHP analysis engine instead. Learn more

1
{
2
  "name": "OpencachingDeutschland",
3
  "version": "1.0.0",
4
  "description": "npm install packages",
5
  "author": "Developers of Opencaching",
6
  "license": "UNLICENSED",
7
  "repository": {
8
    "type": "git",
9
    "url": "[email protected]:OpencachingDeutschland/oc-server3.git"
10
  },
11
  "main": "gruntfile.js",
12
  "dependencies": {
13
    "autoprefixer": "^6.4.1",
14
    "bootstrap": "v4.0.0-beta.2",
15
    "grunt": "^1.0.1",
16
    "grunt-chokidar": "^1.0.0",
17
    "grunt-cli": "^1.2.0",
18
    "grunt-contrib-clean": "^1.0.0",
19
    "grunt-contrib-copy": "^1.0.0",
20
    "grunt-contrib-cssmin": "^2.0.0",
21
    "grunt-contrib-uglify": "^2.0.0",
22
    "grunt-copy-to": "0.0.12",
23
    "grunt-newer": "^1.2.0",
24
    "grunt-postcss": "^0.8.0",
25
    "grunt-sass": "^2.0.0",
26
    "grunt-sass-tilde-importer": "^1.0.2",
27
    "grunt-scss-lint": "^0.3.8",
28
    "jquery": "^2",
0 ignored issues
show
This dependency has a security advisory: Cross-Site Scripting (XSS)
Recommendation: Upgrade to v3.0.0 or greater.
Loading history...
29
    "jscs": "^3.0.7",
30
    "load-grunt-tasks": "^3.5.2",
31
    "node-sass": "^3.13.0",
32
    "script-loader": "^0.7.0",
33
    "scss-lint": "0.0.0",
34
    "time-grunt": "^1.4.0"
35
  },
36
  "scripts": {
37
    "postinstall": "./node_modules/.bin/grunt build"
38
  }
39
}
40