-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 914 Bytes
/
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
{
"name": "webutil",
"version": "1.0.0",
"description": "Functions for DOM, Array, String etc",
"main": "./dist/webutil.min.js",
"scripts": {
"build": "node build/build.js"
},
"files": [
"src",
"dist/*.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/supaide/webutil.git"
},
"keywords": [
"DOM",
"Array",
"String"
],
"author": "cyij",
"license": "MIT",
"bugs": {
"url": "https://github.com/supaide/webutil/issues"
},
"homepage": "https://github.com/supaide/webutil#readme",
"dependencies": {
"balajs": "^1.0.6",
"element-closest": "^2.0.2",
"object-assign": "^4.1.1"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"webpack": "^3.4.1"
}
}