-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 984 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
{
"name": "grunt-bookmarklet-wrapper",
"description": "Grunt task to urlencode, concatenate and wrap JavaScript files to prepare for execution as a bookmarklet.",
"version": "1.2.0",
"homepage": "https://github.com/mdvanes/grunt-bookmarklet-wrapper",
"author": {
"name": "M.D. van Es",
"url": "http://mdworld.nl"
},
"repository": {
"type": "git",
"url": "https://github.com/mdvanes/grunt-bookmarklet-wrapper.git"
},
"bugs": {
"url": "https://github.com/mdvanes/grunt-bookmarklet-wrapper/issues"
},
"license": "MIT",
"engines": {
"node": ">= 0.12.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-jscs": "^2.8.0",
"load-grunt-tasks": "^3.5.0"
},
"peerDependencies": {
"grunt": "~1.0.1"
},
"keywords": [
"gruntplugin",
"bookmarklet"
]
}