-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
42 lines (42 loc) · 908 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
34
35
36
37
38
39
40
41
42
{
"name": "file-header",
"main": "./lib/file-header",
"version": "1.13.9",
"description": "Customize, add, update and cooperate your authoring information in header comment",
"author": {
"name": "Guan Gui",
"web": "http://guiguan.net"
},
"contributors": [
{
"name": "Guan Gui",
"web": "http://guiguan.net"
},
{
"name": "Paul Joannon",
"web": "http://paulloz.com"
}
],
"keywords": [
"author",
"file header",
"header comment",
"modified time",
"created time"
],
"repository": {
"type": "git",
"url": "git+https://github.com/guiguan/file-header.git"
},
"bugs": {
"url": "https://github.com/guiguan/file-header/issues"
},
"homepage": "https://github.com/guiguan/file-header#readme",
"license": "MIT",
"engines": {
"atom": ">=1.0.0 <2.0.0"
},
"dependencies": {
"moment": "^2.10.6"
}
}