Skip to content

Commit 767a303

Browse files
Martín CigorragaMartín Cigorraga
Martín Cigorraga
authored and
Martín Cigorraga
committed
Initial commit of multi-stage Dockerfile
1 parent 0632a29 commit 767a303

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

package.json

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"name": "tornote",
3+
"version": "0.2.1",
4+
"description": "Anonymous self-destructing notes written in Go",
5+
"main": "public/main.js",
6+
"repository": "[email protected]:martin.cigorraga/tornote.git",
7+
"author": "Martín Cigorraga <[email protected]>",
8+
"license": "AGPL-3.0-or-later",
9+
"dependencies": {
10+
"jquery": "^3.0.0",
11+
"sjcl": "^1.0.3"
12+
}
13+
}

0 commit comments

Comments
 (0)