-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
30 lines (30 loc) · 862 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": "WP-SVG-Icons",
"title": "WP SVG Icons",
"version": "3.2.3",
"description": "Quickly and effortlessly gain access to 492 beautifully designed SVG font icons.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/EvanHerman/Timeline-Express/issues"
},
"author": "Code Parrots",
"site": "https://www.wp-timelineexpress.com",
"license": "GPLv2",
"dependencies": {
"grunt": "^1.0.4"
},
"devDependencies": {
"autoprefixer-core": "^5.2.1",
"grunt-auto-install": "^0.2.4",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-postcss": "^0.5.0",
"grunt-text-replace": "^0.4.0",
"grunt-wp-deploy": "^2.0.0",
"grunt-wp-readme-to-markdown": "^2.0.1"
}
}