forked from outofboundstech/CryptoForm
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 768 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 768 Bytes
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
{
"name": "cryptoform",
"description": "Client-side PGP/Mime e-mail form",
"author": "Marcel Oomens, 451labs, Out of Bounds Technology",
"version": "0.1.0",
"repository": {
"type": "git",
"url": "https://github.com/outofboundstech/cryptoform.git"
},
"scripts": {
"nvm": "nvm use 8.11.0",
"start": "brunch watch --server",
"build": "brunch build --production",
"publish-ldf": "cp -r public/* docs/LDF",
"publish-rrf": "cp -r public/* docs/RRF"
},
"dependencies": {
"elm-brunch": "^0.10.0"
},
"devDependencies": {
"auto-reload-brunch": "^2.0.0",
"brunch": "^2.10.12",
"clean-css-brunch": "^2.10.0",
"css-brunch": "^2.10.0",
"javascript-brunch": "^2.10.0",
"uglify-js-brunch": "^2.10.0"
}
}