forked from envato/wp-envato-market
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 897 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 897 Bytes
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
{
"name": "envato-market",
"title": "Envato Market",
"version": "2.0.6",
"homepage": "https://envato.com/market-plugin/",
"repository": {
"type": "git",
"url": "https://github.com/envato/wp-envato-market.git"
},
"scripts": {
"deploy": "grunt deploy"
},
"author": "Envato",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-checktextdomain": "~1.0.1",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.6.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-cssmin": "~3.0.0",
"grunt-contrib-jshint": "~3.0.0",
"grunt-contrib-uglify": "~5.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-rtlcss": "~2.0.2",
"grunt-sass": "~3.1.0",
"grunt-shell": "~3.0.1",
"grunt-wp-i18n": "^1.0.3",
"jscs": "^3.0.7",
"jshint": "^2.12.0",
"node-bourbon": "~4.2.8",
"node-sass": "^5.0.0",
"susy": "^3.0.6"
}
}