-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.03 KB
/
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
{
"name": "@dx-groups/utils",
"version": "1.0.0",
"description": "Utils for dx-groups front-end",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "rimraf lib && babel src --out-dir lib",
"pub": "npm publish --access public --registry=https://registry.npmjs.org"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dx-groups/utils.git"
},
"authors": [
"alcat2008 <ge_yangyang@126.com> (https://github.com/alcat2008)"
],
"license": "ISC",
"bugs": {
"url": "https://github.com/dx-groups/utils/issues"
},
"homepage": "https://github.com/dx-groups/utils#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^4.1.6",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"rimraf": "^2.6.2"
},
"files": [
"lib",
"cookie.js",
"debounce.js",
"lang.js",
"storage.js",
"throttle.js",
"url.js"
]
}