package.json
987 Bytes
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
{
"name": "grunt-monty-python",
"version": "2015.07.23-0",
"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": "~0",
"grunt-contrib-requirejs": "~0",
"grunt-contrib-uglify": "~0",
"grunt-rev": "~0",
"grunt-svgmin": "~0",
"grunt-usemin": "~2",
"load-grunt-tasks": "~0",
"lodash": "~2",
"punch": "~0.5.46",
"punch-html-fragment-content-parser": "^0.5.1"
},
"devDependencies": {
}
}