package.json
1.15 KB
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
{
"name": "grunt-monty-python",
"version": "2016.05.27-2",
"description": "Build system for grunt",
"license": "BSD",
"repository": {
"type": "git",
"url":"git+ssh://git@gitlab.brainfood.com:brainfood/grunt-monty-python.git"
},
"engines": {
"node": ">=0.8.0"
},
"keywords": [
"gruntcollection"
],
"main": "grunt-monty-python",
"dependencies": {
"grunt": "~0",
"grunt-contrib-clean": "~0",
"grunt-contrib-concat": "~0",
"grunt-contrib-copy": "~0",
"grunt-contrib-csslint": "~0",
"grunt-contrib-cssmin": "~0.12.3",
"grunt-contrib-jshint": "~0",
"grunt-contrib-htmlmin": "~0",
"grunt-contrib-imagemin": "",
"grunt-contrib-jasmine": "",
"grunt-contrib-requirejs": "~0",
"grunt-contrib-uglify": "",
"grunt-jscs": "",
"grunt-rev": "~0",
"grunt-svgmin": "~0",
"grunt-template-jasmine-istanbul": "",
"grunt-template-jasmine-requirejs": "",
"grunt-usemin": "",
"jshint-stylish": "~0",
"load-grunt-tasks": "",
"lodash": "",
"node-stringify": "",
"punch": "~0.5.46",
"punch-html-fragment-content-parser": "^0.5.1"
},
"devDependencies": {
}
}