-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.18 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
{
"name": "kits-js",
"version": "0.0.11",
"description": "a portable js lib for js operate ",
"main": "lib/index.js",
"directories": {
"test": "test"
},
"scripts": {
"build:lib": "rm -rf lib && babel src -d lib",
"build:dist": "webpack",
"build": "npm run build:lib && npm run build:dist ",
"pub": "npm run build && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danieltao1993/kits-js.git"
},
"keywords": [
"toolbox",
"http"
],
"author": "Daniel Kong",
"license": "MIT",
"bugs": {
"url": "https://github.com/danieltao1993/kits-js/issues"
},
"homepage": "https://github.com/danieltao1993/kits-js#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"cz-conventional-changelog": "^2.1.0",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"webpack": "^4.16.0",
"webpack-cli": "^3.0.8",
"webpack-dev-server": "^2.5.0"
},
"dependencies": {},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
}
}