forked from codesnippetspro/code-snippets
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 979 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": "code-snippets",
"title": "Code Snippets",
"description": "An easy, clean and simple way to add code snippets to a WordPress-powered site.",
"version": "1.9.1",
"homepage": "http://code-snippets.bungeshea.com",
"author": {
"name": "Shea Bunge",
"email": "[email protected]",
"url": "http://bungeshea.com"
},
"repository": {
"type": "git",
"url": "http://github.com/bungeshea/code-snippets.git"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-imagemin": "~0.1.4",
"grunt-contrib-watch": "~0.4.4",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.4.1",
"grunt-shell": "~0.3.1",
"grunt-autoprefixer": "~0.3.0",
"grunt-csso": "~0.5.0",
"grunt-includes": "~0.3.5",
"load-grunt-tasks": "~0.2.1",
"grunt-sass": "~0.9.0",
"grunt-wp-deploy": "~0.2.0"
},
"keywords": ["wordpress-plugin"]
}