-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 1014 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
{
"name": "@worktile/util-kits",
"version": "0.0.8",
"description": "util for browser.",
"main": "./src/index.js",
"directories": {
"example": "example",
"test": "test"
},
"scripts": {
"build": "npm run build-bundle & npm run build-min",
"build-bundle": "webpack",
"build-min": "webpack --env.min true",
"test": "mocha --require babel-register"
},
"repository": {
"type": "git",
"url": "git+https://github.com/worktile/util-misc.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/worktile/util-misc/issues"
},
"homepage": "https://github.com/worktile/util-misc#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-register": "^6.26.0",
"http-server": "^0.10.0",
"mocha": "^4.0.1",
"webpack": "^3.8.1"
},
"dependencies": {}
}