forked from envato/wp-envato-market
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 851 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
{
"name": "envato-market",
"title": "Envato Market",
"version": "2.0.1",
"homepage": "https://envato.com/market-plugin/",
"repository": {
"type": "git",
"url": "https://github.com/envato/wp-envato-market.git"
},
"author": "Envato",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "^1.0.3",
"grunt-checktextdomain": "~1.0.0",
"grunt-cli": "^1.3.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-compress": "~1.4.3",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~2.2.1",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-uglify": "~3.3.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-rtlcss": "~2.0.1",
"grunt-sass": "~2.1.0",
"grunt-shell": "~2.1.0",
"grunt-wp-i18n": "^1.0.2",
"jscs": "^3.0.7",
"jshint": "^2.9.6",
"node-bourbon": "~4.2.3",
"node-sass": "~4.7.2",
"susy": "^3.0.5"
}
}