-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 992 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
{
"name": "lothar",
"version": "1.0.11",
"description": "blade的feather2解决方案",
"main": "index.js",
"bin": {
"lothar": "bin/lothar"
},
"dependencies": {
"lothar-postpackager-position": "^1.0.0",
"feather2-server-php": "^1.0.0",
"lothar-postpackager-runtime": "^1.0.0",
"lothar-postprocessor-analyse": "^1.0.0",
"lothar-preprocessor-label-analyse": "^1.0.0",
"minimist": "^1.2.0",
"lothar-command-init": "^1.0.0",
"liftoff": "^2.2.5",
"feather2-lang": "~1.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feather-team/lothar.git"
},
"keywords": [
"blade",
"feather2",
"lothar"
],
"author": "[email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/feather-team/lothar/issues"
},
"homepage": "https://github.com/feather-team/lothar#readme"
}