forked from envato/wp-envato-market
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 802 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
{
"name": "envato-market",
"title": "Envato Market",
"version": "1.0.0-RC2",
"homepage": "http://envato.github.io/wp-envato-market/",
"repository": {
"type": "git",
"url": "https://github.com/envato/wp-envato-market.git"
},
"author": "Derek Herman",
"license": "GPL-2.0+",
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-jshint": "~1.0.0",
"grunt-contrib-uglify": "~1.0.1",
"grunt-sass": "~1.1.0",
"grunt-rtlcss": "~2.0.1",
"grunt-contrib-cssmin": "~1.0.1",
"grunt-contrib-watch": "~1.0.0",
"grunt-wp-i18n": "~0.5.3",
"grunt-checktextdomain": "~1.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-compress": "~1.0.0",
"grunt-contrib-clean": "~1.0.0",
"grunt-shell": "~1.2.1",
"susy": "~2.2.12",
"node-sass": "~3.4.0",
"node-bourbon": "~4.2.3"
}
}