forked from hutaod/jsutils
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 897 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
{
"name": "jsutils",
"version": "1.0.0",
"description": "js工具库",
"main": "index.js",
"scripts": {
"build": "node build/build.js",
"test": "node build/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ht1131589588/jsutils"
},
"keywords": [
"jsutils"
],
"author": "ht\u001b[F\u001b[F\u001b[6~\u001b[F\u001b[E\u001b[A\u001b[5~\u001b[E\u001b[A\u001b[B\u001b[B\u001b[C\u001b[C\u001b[C\u001b[B\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C\u001b[C1131589588",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"chalk": "^2.3.0",
"clean-webpack-plugin": "^0.1.17",
"copy": "^0.3.1",
"koa": "^2.4.1",
"koa-static": "^4.0.1",
"open": "0.0.5",
"ora": "^1.3.0",
"rimraf": "^2.6.2",
"webpack": "^3.8.1"
}
}