-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
{
"name": "grunt-jquery-content",
"description": "A collection of tasks for building the jQuery websites",
"version": "0.9.0",
"homepage": "https://github.com/hyunsook/jqm-api-grunt-jquery-content",
"author": {
"name": "jQuery Foundation"
},
"maintainers": {
"name": "Hyunsook",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "git://github.com/hyunsook/jqm-api-grunt-jquery-content.git"
},
"bugs": {
"url": "https://github.com/hyunsook/jqm-api-grunt-jquery-content/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/hyunsook/jqm-api-grunt-jquery-content/blob/master/LICENSE-MIT.txt"
}
],
"main": "Gruntfile.js",
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"highlight.js": "7.3.0",
"ent": "0.0.5",
"cheerio": "0.8.3",
"rimraf": "2.0.2",
"marked": "0.2.5",
"js-yaml": "2.0.1"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "git://github.com/gruntjs/grunt-contrib-jshint.git#master",
"grunt-wordpress": "git://github.com/hyunsook/jqm-api-grunt-wordpress.git#master"
},
"keywords": [
"gruntplugin"
],
"_id": "[email protected]",
"dist": {
"shasum": "bf9a27b85ae86f29e60b31862361985fced4c2ac"
},
"_from": "[email protected]",
"_resolved": "https://registry.npmjs.org/grunt-jquery-content/-/grunt-jquery-content-0.9.0.tgz"
}