-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
49 lines (49 loc) · 1.55 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
41
42
43
44
45
46
47
48
49
{
"name": "combobo",
"version": "2.0.4",
"description": "Accessible combobox widget/plugin",
"main": "dist/combobo.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "NODE_ENV=production webpack",
"dev": "webpack --watch",
"test": "mochify --recursive --transform [ babelify --presets [ es2015 ] ] --transform [ stringify --extensions [ .html .css ] ] --plugin [ proxyquire-universal ]",
"test:dev": "mochify --recursive --watch --transform [ babelify --presets [ es2015 ] ] --transform [ stringify --extensions [ .html .css ] ] --plugin [ proxyquire-universal ]"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dequelabs/combobo.git"
},
"author": "Harris Schneiderman",
"license": "MIT",
"bugs": {
"url": "https://github.com/dequelabs/combobo/issues"
},
"homepage": "https://github.com/dequelabs/combobo#readme",
"devDependencies": {
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.0",
"babelify": "^7.3.0",
"browserify": "^14.1.0",
"chai": "^3.5.0",
"classlist": "^1.0.1",
"component-emitter": "^1.2.1",
"eslint": "^3.19.0",
"extend-shallow": "^2.0.1",
"live-region": "^1.0.0",
"mochify": "^3.3.0",
"proxyquire": "^1.8.0",
"proxyquire-universal": "^1.0.8",
"proxyquireify": "^3.2.1",
"rndm": "^1.2.0",
"scrollto-element": "^1.0.4",
"simulant": "^0.2.2",
"stringify": "^5.1.0",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^3.11.0"
}
}