-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
34 lines (34 loc) · 963 Bytes
/
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
{
"name": "cmv-calcite-maps",
"version": "v0.1.0",
"author": "cmv.io - https://github.com/cmv/",
"license": "MIT",
"year": "2017",
"homepage": "https://cmv.github.io/cmv-calcite-maps/",
"repository": "https://github.com/cmv/cmv-calcite-maps",
"dependencies": {
"csslint": "1.0.x",
"babel-eslint": "~10.1.0",
"eslint": "~6.8.0",
"grunt": "1.4.1",
"grunt-postcss": "~0.9.0",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-connect": "~2.1.0",
"grunt-contrib-copy": "1.0.x",
"grunt-contrib-csslint": "~2.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-eslint": "22.0.x",
"grunt-contrib-uglify": "4.0.1",
"grunt-contrib-watch": "~1.1.0",
"grunt-newer": "~1.3.0",
"grunt-open": "0.2.x",
"grunt-contrib-compress": "~1.6.0",
"snyk": "^1.334.0"
},
"engine": "node >= 8",
"scripts": {
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"snyk": true
}