-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 996 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
{
"name": "cryptoterminal.eu",
"version": "1.0.0",
"description": "Source files and build scripts for the cryptoterminal.eu website",
"private": true,
"scripts": {
"build": "make clean all",
"commit": "make commit",
"server": "./node_modules/.bin/http-server ./public -p 3000 -a localhost",
"start": "npm run build && npm run server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/samotari/cryptoterminal.eu.git"
},
"author": {
"name": "Charles Hill",
"email": "[email protected]"
},
"contributors": [
{
"name": "Carlos Garcia Ortiz",
"email": "[email protected]"
}
],
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/samotari/cryptoterminal.eu/issues"
},
"homepage": "https://github.com/samotari/cryptoterminal.eu#readme",
"dependencies": {
"http-server": "0.12.1",
"open-sans-fontface": "https://github.com/samotari/open-sans/archive/1.4.2.tar.gz"
}
}