-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 749 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 749 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
33
34
35
{
"name": "chen.js",
"version": "1.5.0",
"description": "chenjs",
"main": "dist/chen.min.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chenhaozhi/chen.js.git"
},
"keywords": [
"chenjs",
"js",
"dom"
],
"author": "夏小宅",
"license": "ISC",
"bugs": {
"url": "https://github.com/chenhaozhi/chen.js/issues"
},
"homepage": "https://github.com/chenhaozhi/chen.js#readme",
"dependencies": {
"del": "^5.1.0",
"gulp": "^4.0.2",
"gulp-concat": "^2.6.1",
"gulp-rename": "^2.0.0",
"gulp-uglify": "^3.0.2"
},
"devDependencies": {
"pump": "^3.0.0",
"uglify-js": "^3.8.0"
}
}