-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 922 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": "@webantic/select",
"version": "1.3.9",
"description": "A simple select library",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/babel src -d ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/webantic/webantic-select.git"
},
"keywords": [
"select",
"dropdown",
"ui"
],
"author": "Calvin Evans <calvin@webantic.co.uk> (http://webantic.co.uk/)",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/webantic/webantic-select/issues"
},
"homepage": "https://github.com/webantic/webantic-select#readme",
"dependencies": {
"@webantic/util": "file:vendor/webantic-util-9.0.5.tgz",
"mithril": "^1.0.0"
},
"bundledDependencies": [
"@webantic/util"
],
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.1.8"
}
}