-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 899 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
{
"name": "fis-page",
"description": "A fis page generation tool,Simply taking you from ideas to finished",
"version": "0.0.2",
"main": "fis-page.js",
"bin": {
"fis-page": "bin/fis-page",
"fispage": "bin/fis-page"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/exp-team/fis-page.git"
},
"dependencies": {
"fis": "1.9.14"
},
"keywords": [
"fis",
"fis-page"
],
"bugs": {
"url": "https://github.com/exp-team/fis-page/issues"
},
"author": {
"name": "sobird"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/exp-team/fis-page/blob/master/LICENSE-MIT"
}
],
"readme": "# fis-page\r\na fis static page generation tool\r\n",
"readmeFilename": "README.md",
"_id": "[email protected]",
"_from": "fis-page@"
}