-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
51 lines (51 loc) · 1.42 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
{
"name": "gathercontent-importer",
"title": "GatherContent Plugin",
"description": "Imports items from GatherContent to your wordpress site",
"version": "3.2.22",
"license": "GPLv2",
"homepage": "http://www.gathercontent.com",
"repository": {
"type": "git",
"url": "https://github.com/gathercontent/wordpress-plugin"
},
"author": {
"name": "GatherContent",
"email": "[email protected]",
"url": "http://www.gathercontent.com"
},
"devDependencies": {
"autoprefixer": "^6.7.7",
"babelify": "^6.3.0",
"browserify": "^11.1.0",
"browserify-shim": "^3.8.14",
"chai": "^3.5.0",
"glob": "~5.0.15",
"grunt": "^1.4.1",
"grunt-browserify": "^4.0.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-cssmin": "^0.12.3",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-uglify": "^0.9.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha": "^1.0.4",
"grunt-phpunit": "^0.3.6",
"grunt-postcss": "^0.6.0",
"grunt-sass": "^3.1.0",
"grunt-wp-readme-to-markdown": "^0.9.0",
"load-grunt-config": "~0.17.2",
"load-grunt-tasks": "^3.5.2",
"node-sass": "^6.0.1"
},
"browserify-shim": {
"jquery": "global:jQuery"
},
"keywords": [],
"dependencies": {
"grunt-dev-update": "^2.3.0",
"grunt-update": "^0.2.3"
}
}