forked from oleynikd/gulp-wp-file-header
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.05 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.05 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "wp-file-header",
"version": "2.1.2",
"homepage": "https://github.com/heavybeard/wp-file-header/",
"description": "Adds 'File Header' to Wordpress Theme's style.css file based on package.json data",
"author": "Denis Oleynik <oleynik.denis@gmail.com>",
"contributors": [
{
"name": "Heavybeard",
"email": "info@heavybeard.it",
"url": "http://heavybeard.it/"
},
{
"name": "Cristiano Possa",
"email": "crispossa@live.com",
"url": "http://crispossa.com.br"
}
],
"scripts": {
"test": "mocha --reporter spec"
},
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git://github.com/heavybeard/wp-file-header.git"
},
"bugs": "https://github.com/heavybeard/wp-file-header/issues",
"keywords": [
"wordpress",
"wp",
"file-header",
"package.json"
],
"dependencies": {
"lodash": "^3.0.1",
"pad": "^0.1.0"
},
"devDependencies": {
"chai": "^3.3.0",
"mocha": "*"
},
"engines": {
"node": ">= 0.10"
},
"license": "MIT"
}