forked from proYang/outils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.08 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
{
"name": "outils",
"version": "1.6.1",
"description": "前端业务代码工具库",
"main": "min/outils.min.js",
"types": "index.d.ts",
"scripts": {
"build": "node script/build.js",
"build-copy": "node script/build-copy.js",
"build-pack": "node script/build-pack",
"test": "npm run build-pack && karma start script/karma.conf.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/proYang/outils.git"
},
"keywords": [
"util",
"tool",
"common-util"
],
"author": "SlaneYang",
"license": "MIT",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"chalk": "^2.4.1",
"copy": "^0.3.2",
"coveralls": "^3.0.2",
"karma": "^2.0.4",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-mocha": "^1.3.0",
"karma-mocha-reporter": "^2.2.5",
"karma-power-assert": "^1.0.0",
"mocha": "^5.2.0",
"ora": "^3.0.0",
"power-assert": "^1.6.0",
"rimraf": "^2.6.2",
"webpack": "^4.16.1"
},
"dependencies": {}
}