-
Notifications
You must be signed in to change notification settings - Fork 19
/
Copy pathpackage.json
36 lines (36 loc) · 993 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
33
34
35
36
{
"name": "crypto-touchbar-app",
"version": "1.0.0",
"description": "A web app to build Apple touch bar elements for crytpo currencies",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node node_modules/watch-http-server/bin/http-server",
"deploy": "node ./deploy.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chrislennon/Crypto-Touchbar-App.git"
},
"keywords": [
"cryptocurrency",
"touchbar",
"bettertouchtool"
],
"author": "chrislennon",
"license": "MIT",
"bugs": {
"url": "https://github.com/chrislennon/Crypto-Touchbar-App/issues"
},
"homepage": "https://github.com/chrislennon/Crypto-Touchbar-App#readme",
"dependencies": {
"choices.js": "^3.0.2",
"cryptocoins-icons": "^2.7.0",
"flatpickr": "^4.1.4",
"font-awesome-svg-png": "^1.2.2",
"watch-http-server": "^0.7.6"
},
"devDependencies": {
"gh-pages": "^1.1.0"
}
}