forked from mockee/grunt-istatic
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 806 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
{
"name": "grunt-istatic"
, "description": "Grunt tasks for istatic."
, "version": "0.1.0"
, "homepage": "https://github.com/mockee/grunt-istatic"
, "author": {
"name": "mockee"
, "email": "mockee@gmail.com"
, "url": "https://github.com/mockee"
}
, "repository": {
"type": "git"
, "url": "git://github.com/mockee/grunt-istatic.git"
}
, "bugs": {
"url": "https://github.com/mockee/grunt-istatic/issues"
}
, "licenses": [
{
"type": "MIT"
, "url": "https://github.com/mockee/grunt-istatic/blob/master/LICENSE-MIT"
}
]
, "main": "grunt"
, "engines": {
"node": "*"
}
, "scripts": {
"tasks": "grunt"
}
, "devDependencies": {
"grunt": "~0.3.14"
}
, "dependencies": {
"node-istatic": ">=0.2.5"
}
, "keywords": [
"grunt"
, "istatic"
]
}