-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 847 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": "quick-fix",
"version": "0.0.0",
"description": "An tiny app for quickly formatting code in your clipboard.",
"main": "./src/main/index.js",
"scripts": {
"start": "electron ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/christopherwk210/quick-fix.git"
},
"author": "Chris Anselmo <christopherwk210@gmail.com> (http://chrisanselmo.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/christopherwk210/quick-fix/issues"
},
"homepage": "https://github.com/christopherwk210/quick-fix#readme",
"dependencies": {
"autoprefixer": "^7.1.1",
"electron": "^1.7.3",
"electron-settings": "^3.1.1",
"js-beautify": "^1.6.14",
"language-classifier": "0.0.1",
"postcss": "^6.0.1",
"strip-json-comments": "^2.0.1",
"switchery-npm": "^0.8.2"
}
}