-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.37 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "xg",
"version": "0.5.4",
"description": "Front-end Integrated Solution for xgfe based on Fis3",
"main": "index.js",
"scripts": {
"start": "xg [server|release]",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s"
},
"bin": {
"xg": "./bin/xg"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xgfe/xg.git"
},
"keywords": [
"fis3",
"xgfe",
"xg"
],
"author": "xgfe",
"license": "MIT",
"bugs": {
"url": "https://github.com/xgfe/xg/issues"
},
"homepage": "https://github.com/xgfe/xg#readme",
"devDependencies": {
"cz-conventional-changelog": "^1.1.5"
},
"dependencies": {
"babel-preset-stage-2": "^6.20.0",
"colors": "^1.1.2",
"fis-parser-babel-6.x": "^6.20.0",
"fis3": "^3.3.6",
"fis3-hook-amd": "0.2.2",
"fis3-hook-commonjs": "^0.1.22",
"fis3-packager-deps-pack": "^0.1.2",
"liftoff": "^2.2.0",
"lint-plus": "^0.6.8",
"minimist": "^1.2.0",
"node-notifier": "^4.5.0",
"x256": "0.0.2",
"xg-command-freepack": "0.x",
"xg-command-lint": "^1.0.4",
"xg-command-tag": "^0.1.0",
"xg-server-node": "^1.0.5"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"engineStrict": true,
"engine-strict": true,
"engines": {
"node": ">=4.0.0",
"npm": ">=3.0.0"
}
}