forked from dong-sir/jutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.04 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
{
"name": "jutils-src",
"realname": "jutils",
"version": "1.0.0-beta2",
"description": "JavaScript常用函数库",
"main": "dist/jutils.min.js",
"scripts": {
"build": "node script/build.js",
"build-copy": "node script/build-copy.js",
"build-pack": "node script/build-pack",
"test": "npm run build-pack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dong-sir/jutils.git"
},
"keywords": [
"jutils",
"util",
"tool",
"common-util"
],
"author": {
"name": "dongsir",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/dong-sir/jutils/issues"
},
"homepage": "https://github.com/dong-sir/jutils#readme",
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"chalk": "^2.4.2",
"copy": "^0.3.2",
"ora": "^3.4.0",
"rimraf": "^3.0.0",
"webpack": "^4.39.2",
"webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.8.0"
},
"dependencies": {}
}