-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
40 lines (40 loc) · 935 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
37
38
39
40
{
"name": "fancy-select",
"description": "a unidirectional combobox component based on the aria spec",
"version": "2.0.2",
"repository": {
"url": "nrw/fancy-select"
},
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "zuul -- test/index.js",
"test-local": "run-browser test/index.js",
"test-phantom": "run-browser test/index.js -b"
},
"dependencies": {
"array-equal": "^1.0.0",
"brfs": "^1.4.3",
"defined": "^1.0.0",
"global": "^4.2.1",
"insert-css": "^0.2.0",
"mercury": "^14.1.0",
"option-tree": "^2.0.0",
"styled-string-width": "^0.1.2"
},
"devDependencies": {
"function-bind": "^1.0.0",
"nib": "^1.0.3",
"raf": "^3.2.0",
"synthetic-dom-events": "^0.3.0",
"tape": "^4.5.1",
"virtual-hyperscript": "^4.5.0",
"zuul": "^3.10.1"
},
"license": "MIT",
"browserify": {
"transform": [
"brfs"
]
}
}