forked from proYang/outils
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 732 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 732 Bytes
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
{
"name": "xkutils",
"version": "1.0.2",
"description": "前端业务代码工具库",
"main": "min/xkutils.min.js",
"scripts": {
"build": "node script/build.js",
"test": "node script/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kunkuntang/xkutils.git"
},
"keywords": [
"util",
"tool",
"common-util"
],
"author": "kuntang",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"chalk": "^2.3.0",
"copy": "^0.3.1",
"koa": "^2.4.1",
"koa-static": "^4.0.1",
"open": "0.0.5",
"ora": "^1.3.0",
"rimraf": "^2.6.2",
"webpack": "^3.8.1"
}
}