-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.16 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
{
"name": "grunt-dactylographsy",
"version": "2.0.3",
"description": "A grunt plugin to fingerprint your assets while outputing the result.",
"scripts": {
"test": "grunt ci-test"
},
"repository": {
"type": "git",
"url": "https://github.com/dactylographsy/grunt-dactylographsy.git"
},
"engineStrict": true,
"engines": {
"node": ">= 4"
},
"keywords": [
"grunt",
"npm",
"asset",
"size",
"plugin"
],
"author": "Tobias Deekens <nerd@tdeekens.name> (http://tdeekens.name)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dactylographsy/grunt-dactylographsy/issues"
},
"homepage": "https://github.com/dactylographsy/grunt-dactylographsy",
"dependencies": {
"node-dactylographsy": "2.0.4"
},
"devDependencies": {
"babel-eslint": "7.2.1",
"eslint": "3.18.0",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-eslint": "19.0.0",
"load-grunt-config": "0.19.2",
"object-assign": "^4.0.1",
"time-grunt": "1.4.0"
},
"peerDependencies": {
"grunt": ">=0.4.0",
"grunt-cli": ">=0.1.13"
},
"config": {
"blanket": {
"pattern": [
"tasks"
]
}
}
}