forked from pellebjerkestrand/accessible-color-matrix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 901 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
{
"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",
"start": "webpack-dev-server --port 3000 --host 0.0.0.0 --content-base static/",
"predeploy": "npm run build",
"deploy": "gh-pages -d 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://molamil-com.github.io/accessible-color-matrix",
"dependencies": {
"elm-webpack-loader": "^4.1.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
},
"devDependencies": {
"gh-pages": "^3.1.0"
}
}