-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 870 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
{
"name": "grunt-nette-basepath",
"description": "Grunt plugin to update paths for concat, uglify and cssmin where is Nette Framework variable $basePath",
"version": "0.4.1",
"homepage": "https://github.com/chemix/grunt-nette-basepath",
"author": {
"name": "Honza Černý",
"email": "[email protected]",
"url": "http://honzacerny.com"
},
"repository": {
"type": "git",
"url": "git://github.com/chemix/grunt-nette-basepath.git"
},
"bugs": {
"url": "https://github.com/chemix/grunt-nette-basepath/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/chemix/grunt-nette-basepath/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"peerDependencies": {
"grunt": ">=0.4.0",
"grunt-usemin": ">=2.4.0"
},
"keywords": [
"gruntplugin",
"nette"
]
}