-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 923 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": "vybor",
"version": "0.1.0",
"description": "Function to choose comparing with a value. Like `switch`, but you don't need an IIFE",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"dist": "babel src/ -d dist/",
"test": "jest",
"prepare": "npm test && npm run dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/batata-frita/vybor.git"
},
"keywords": [],
"constributors": [
"Kir Belevich <[email protected]> (https://github.com/deepsweet)",
"Xavier Via <[email protected]> (http://github.com/xaviervia)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/batata-frita/vybor/issues"
},
"homepage": "https://github.com/batata-frita/vybor#readme",
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0",
"jest": "^20.0.4"
},
"dependencies": {
"elegir": "^0.1.2"
}
}