-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 624 Bytes
/
Copy pathpackage.json
File metadata and controls
22 lines (22 loc) · 624 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "hearthstone-cards",
"version": "2.8.0",
"private": true,
"description": "Hearthstone Cards for WordPress",
"dependencies": {},
"devDependencies": {
"clean-css": "^3.4.12",
"grunt": "^1.0.1",
"grunt-autoprefixer": "^3.0.3",
"grunt-checktextdomain": "^1.0.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-less": "^1.3.0",
"grunt-contrib-uglify": "^1.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-curl": "^2.2.0",
"grunt-downloadfile": "^0.3.2",
"load-grunt-tasks": "~0.2.0"
}
}