-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
{
"name": "es-utools",
"version": "1.2.0",
"description": "front tools",
"main": "dist/es-utools.min.js",
"files": [
"dist/**/*.*"
],
"scripts": {
"start": "webpack-dev-server --hot --inline",
"build": "webpack --progress --optimize-minimize",
"test": "karma start"
},
"author": "holltonliu@163.com",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-istanbul": "^4.1.5",
"babel-preset-env": "^1.6.1",
"clean-webpack-plugin": "^3.0.0",
"html-webpack-plugin": "^3.2.0",
"install": "^0.10.1",
"istanbul-instrumenter-loader": "^3.0.1",
"jasmine-core": "^2.8.0",
"karma": "^1.7.1",
"karma-coverage-istanbul-reporter": "^1.3.0",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.4",
"karma-webpack": "^2.0.5",
"webpack": "^3.10.0",
"webpack-dev-server": "^2.10.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hollton/utools.git"
},
"bugs": {
"url": "https://github.com/hollton/utools/issues"
},
"homepage": "https://github.com/hollton/utools#readme",
"dependencies": {},
"keywords": [
"web-utils",
"web-tools"
]
}