-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
70 lines (70 loc) · 1.9 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
{
"name": "grunt-djantajs-compiler",
"description": "djantajs grunt annotation resource compiler",
"version": "1.0.2",
"homepage": "https://github.com/djanta/grunt-djantajs-compiler",
"author": {
"name": "team.dev@djantajs.io",
"email": "team.dev@djantajs.io",
"url": "www.djantajs.io"
},
"repository": {
"type": "git",
"url": "git@github.com/djanta/grunt-djantajs-compiler.git"
},
"bugs": {
"url": "https://github.com/djanta/grunt-djantajs-compiler/issues"
},
"contributors": [
"S. KOFFI ASSOUTOVI <stanislaska@djantajs.io> (https://github.com/stanislaska)"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/djanta/grunt-djantajs-compiler/blob/master/LICENSE"
}
],
"license": "MIT",
"keywords": [
"gruntplugin",
"djantarc",
"annotation",
"djanta-rc",
"djantajs",
"djantaio",
"grunt"
],
"engines": {
"node": ">=7.0.0"
},
"scripts": {
"test": "grunt test --debug --stack",
"test:nyc": "./node_modules/.bin/nyc --reporter=lcov grunt test",
"prepare": "#npm run snyk-protect",
"snyk": "./node_modules/.bin/snyk test --file=./package.json",
"snyk:publish": "./node_modules/.bin/snyk wizard --file=./package.json",
"snyk:monitor": "./node_modules/.bin/snyk monitor --file=./package.json",
"snyk:login": "./node_modules/.bin/snyk auth --",
"snyk-protect": "snyk protect",
"prepublish": "npm run snyk-protect"
},
"publishConfig": {
"access": "public"
},
"snyk": true,
"devDependencies": {
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt": "^1.0.3",
"nyc": "^13.0.1"
},
"dependencies": {
"dateformat": "^3.0.3",
"@djanta/djantajs-compiler-core": "^1.0.7",
"@djanta/djantajs-compiler-rc": "^1.0.3",
"lodash": "^4.17.11",
"semver": "^5.5.1",
"snyk": "^1.192.3"
}
}