-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 950 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 950 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
40
41
{
"name": "grunt-userscript-meta",
"description": "Generate the userscript metadata-block with package.json",
"version": "0.1.2",
"homepage": "https://github.com/Zod-/grunt-userscript-meta",
"author": {
"name": "Julian Hangstörfer",
"email": "jhangstoerfer@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/Zod-/grunt-userscript-meta.git"
},
"bugs": {
"url": "https://github.com/Zod-/grunt-userscript-meta/issues"
},
"license": "MIT",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {
"test": "grunt --verbose"
},
"devDependencies": {
"grunt": ">=0.4.0",
"grunt-cli": ">=1.2.0",
"grunt-contrib-clean": ">=1.1.0",
"grunt-contrib-jshint": ">=1.1.0",
"grunt-contrib-nodeunit": ">=2.0.0"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"keywords": [
"gruntplugin",
"userscript",
"meta",
"metadata",
"metadata-block"
]
}