-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.31 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
{
"name": "grunt-targethtml",
"description": "Produces html-output depending on grunt release version",
"version": "0.1.0",
"homepage": "https://github.com/changer/grunt-targethtml",
"author": {
"name": "Ruben Stolk",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/changer/grunt-targethtml.git"
},
"bugs": {
"url": "https://github.com/changer/grunt-targethtml/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/changer/grunt-targethtml/blob/master/LICENSE-MIT"
}
],
"main": "grunt.js",
"bin": {
"grunt-targethtml": "bin/grunt-targethtml"
},
"engines": {
"node": "*"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"grunt": "~0.3.9"
},
"devDependencies": {
"grunt": "~0.3.9"
},
"keywords": [
"gruntplugin"
],
"readme": "# grunt-targethtml\n\nProduces html-output depending on grunt target\n\n## Getting Started\nInstall this grunt plugin next to your project's [grunt.js gruntfile][getting_started] with: `npm install grunt-targethtml`\n\n## Release History\n* 8/31/12 - v0.1.0 - Initial release.\n\n## License\nCopyright (c) 2012 Ruben Stolk\nLicensed under the MIT license.\n",
"_id": "[email protected]",
"_from": "grunt-targethtml@latest"
}