forked from toolness/accessible-color-matrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 849 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
{
"name": "accessible-color-matrix",
"version": "1.0.0",
"description": "Experimental accessible color matrix tool",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack",
"deploy": "git subtree push --prefix static origin gh-pages",
"start": "webpack-dev-server --port 3000 --host 0.0.0.0 --content-base static/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/toolness/accessible-color-matrix.git"
},
"author": "Atul Varma <[email protected]>",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/toolness/accessible-color-matrix/issues"
},
"homepage": "https://github.com/toolness/accessible-color-matrix#readme",
"dependencies": {
"elm-webpack-loader": "^4.1.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}