-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.34 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.34 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
{
"name": "feather-s",
"version": "1.0.9",
"description": "an industrialized framework for frontend baesd on fis",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": {
"name": "jsyczhanghao@sina.com"
},
"bin": {
"feather": "bin/feather"
},
"repository": {
"type": "git",
"url": "https://github.com/feather-team/feather.git"
},
"license": "ISC",
"keyword": [
"feather",
"frontend",
"industrialized framework"
],
"dependencies": {
"fis": "1.9.19",
"commander": "1.3.2",
"colors": "0.6.2",
"fis-parser-less": "0.1.1",
"feather-command-init": "~0.1.3",
"feather-command-switch": "~0.1.0",
"feather-preprocessor-standard-before": "~0.1.1",
"feather-postprocessor-standard-after": "~0.1.2",
"feather-postprocessor-require-async-analyse": "~0.1.6",
"feather-postprocessor-resource-analyse": "~0.1.3",
"feather-postprocessor-inline-compress": "~0.1.3",
"feather-postprocessor-pagelet-analyse": "~0.1.6",
"feather-postprocessor-component-analyse": "~0.1.6",
"feather-postprocessor-mod-wrapper": "~0.1.4",
"feather-optimizer-htmlmin": "~0.1.2",
"feather-postpackager-map-before": "~0.1.20",
"feather-postpackager-map": "~0.1.17",
"feather-postpackager-map-after": "~0.1.31"
}
}