-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.2 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-auto-spacing",
"description": "A grunt task which adds spaces between Chinese characters and English words",
"version": "0.0.4",
"homepage": "https://github.com/sparanoid/grunt-auto-spacing",
"author": {
"name": "Tunghsiao Liu",
"email": "t@sparanoid.com"
},
"repository": {
"type": "git",
"url": "git://github.com/sparanoid/grunt-auto-spacing.git"
},
"bugs": {
"url": "https://github.com/sparanoid/grunt-auto-spacing/issues"
},
"license": "MIT",
"main": "Gruntfile.js",
"files": [
"tasks"
],
"engines": {
"node": ">= 0.8.0"
},
"scripts": {
"test": "grunt test"
},
"dependencies": {
"cheerio": "^0.22.0",
"pangunode": "^0.1.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^2.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-nodeunit": "^2.0.0",
"grunt-conventional-changelog": "^6.1.0",
"grunt-npm": "0.0.2",
"matchdep": "^2.0.0",
"time-grunt": "^1.3.0"
},
"keywords": [
"gruntplugin",
"html",
"js"
],
"contributors": [
"greenkeeperio-bot <support@greenkeeper.io>",
"gruntjs-updater <updater@gruntjs.com>"
]
}