-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.3 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.3 KB
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
49
50
51
52
53
{
"name": "jPublic",
"description": "JavaScript通用工具库",
"homepage": "https://github.com/smltq/jPublic",
"keywords": [
"util",
"functional",
"server",
"client",
"browser"
],
"author": "tqlin(271657370@qq.com)",
"repository": {
"type": "git",
"url": "git://github.com/smltq/jPublic.git"
},
"version": "1.8.5",
"main": "jPublic.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate-docs": "node_modules/.bin/jsdoc --configure. jsdoc.json --verbose"
},
"license": "MIT",
"dependencies": {
"karma-sauce-launcher": "^2.0.2",
"lodash": "^4.17.21",
"lodash.merge": "^4.6.2",
"source-map-support": "^0.5.19",
"tpack-uglify-js": "^2.9.1",
"uglify-js": "^3.9.3",
"uglify-js-plugin": "0.0.6"
},
"files": [
"jPublic.js",
"jPublic-min.js",
"jPublic-min.js.map"
],
"devDependencies": {
"jasmine-core": "^3.4.0",
"jsdoc": "^3.6.6",
"jsdoc-export-default-interop": "^0.3.1",
"jsduck": "^1.1.2",
"karma": "^6.3.14",
"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.2",
"karma-ember-preprocessor": "^1.9.0",
"karma-jasmine": "^2.0.1",
"karma-qunit": "^3.1.2",
"minami": "^1.2.3",
"qunit": "^2.9.2",
"tui-jsdoc-template": "^1.2.2"
}
}