-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 779 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 779 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
{
"name": "poodlejs",
"version": "1.0.17",
"description": "一个简单的模块化JavaScript 实用工具库",
"main": "index.js",
"scripts": {
"build": "father-build",
"publish": "npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodeInn1024/poodlejs.git"
},
"keywords": [
"javaScript"
],
"author": "lqrui",
"license": "ISC",
"bugs": {
"url": "https://github.com/CodeInn1024/poodlejs/issues"
},
"homepage": "https://github.com/CodeInn1024/poodlejs#readme",
"devDependencies": {
"vuepress": "^1.7.1",
"father-build": "^1.18.6",
"babel-eslint": "^10.1.0",
"eslint": "^7.14.0",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-vue": "^7.1.0"
},
"dependencies": {}
}