-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
32 lines (32 loc) · 904 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
{
"name": "@mrhen/json-tools",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"codemirror": "^5.29.0",
"json5": "^2.0.1",
"jsonlint": "git+https://github.com/josdejong/jsonlint.git"
},
"devDependencies": {
"@types/codemirror": "0.0.46",
"@types/json5": "0.0.30",
"css-loader": "^0.28.7",
"git-directory-deploy": "^1.5.1",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.30.1",
"style-loader": "^0.18.2",
"ts-loader": "^2.3.7",
"typescript": "^2.5.2",
"webpack": "^3.6.0"
},
"scripts": {
"build": "docker-compose up build",
"deploy": "git-directory-deploy --directory dist --branch gh-pages",
"postinstall": "docker-compose up install",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "docker-compose up watch"
},
"author": "Adam Babcock",
"license": "MIT"
}