-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 914 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
35
36
37
38
39
40
41
42
{
"name": "grunt-render",
"version": "0.6.7",
"description": "Grunt tasks initiated on the server side while rendering views",
"author": "makesites",
"contributors": [
{
"name": "Makis Tracend",
"email": "[email protected]"
}
],
"homepage": "http://makesites.org",
"keywords": [
"node", "grunt", "task", "minify", "less"
],
"repository": {
"type": "git",
"url": "https://github.com/makesites/grunt-render"
},
"bugs": {
"url": "https://github.com/makesites/grunt-render/issues"
},
"licenses": [
{
"type": "MIT License",
"url": "http://www.makesites.org/licenses/MIT"
}
],
"main": "./index.js",
"engines": {
"node": ">=0.8.x"
},
"dependencies": {
"grunt": "1.3.0",
"grunt-contrib-cssmin": "0.12.3",
"grunt-contrib-less": "1.0.0",
"grunt-contrib-requirejs": "0.4.4",
"grunt-contrib-uglify": "0.8.0",
"require-config": "0.1.2",
"underscore": "1.12.1"
}
}