-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 897 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
{
"name": "a11y-simulated-dialog-es6",
"version": "1.0.0",
"description": "Demo of an accessible simulated dialog (modal) in ES6.",
"author": "Mat Janson Blanchet <[email protected]> (http://jansensan.net)",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://[email protected]/jansensan/a11y-simulated-dialog-es6.git"
},
"bugs": {
"url": "https://github.com/jansensan/a11y-simulated-dialog-es6/issues"
},
"homepage": "https://github.com/jansensan/a11y-simulated-dialog-es6#readme",
"devDependencies": {
"babel-core": "^6.22.1",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.22.0",
"css-loader": "^0.26.1",
"node-sass": "^4.5.0",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"webpack": "^2.2.1",
"webpack-dev-server": "^2.3.0"
},
"dependencies": {
"signals": "^1.0.0"
}
}