aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <florian.bigard@gmail.com>2016-10-21 11:20:14 +0200
committerChocobozzz <florian.bigard@gmail.com>2016-10-21 11:20:14 +0200
commit792b893ed414301c060391ed8a00368d68688236 (patch)
tree9f060fd0d2add1e470a7084e55fde6e0a121ed75 /package.json
parentc2ee5ce83a2dac9ed16f1ac3e16bd5eca67eabd1 (diff)
downloadPeerTube-792b893ed414301c060391ed8a00368d68688236.tar.gz
PeerTube-792b893ed414301c060391ed8a00368d68688236.tar.zst
PeerTube-792b893ed414301c060391ed8a00368d68688236.zip
Server: add npm run check to check CORS, bittorrent tracker...
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json
index 1111c7a6d..8e2163bb2 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "private": true, 5 "private": true,
6 "licence": "GPLv3", 6 "licence": "GPLv3",
7 "engines": { 7 "engines": {
8 "node": ">=4.2.0" 8 "node": ">=4.x"
9 }, 9 },
10 "author": { 10 "author": {
11 "name": "Florian Bigard", 11 "name": "Florian Bigard",
@@ -30,6 +30,7 @@
30 "play": "scripty", 30 "play": "scripty",
31 "dev": "scripty", 31 "dev": "scripty",
32 "start": "node server", 32 "start": "node server",
33 "check": "scripty",
33 "test": "scripty", 34 "test": "scripty",
34 "help": "scripty", 35 "help": "scripty",
35 "postinstall": "cd client && npm install" 36 "postinstall": "cd client && npm install"
@@ -90,5 +91,8 @@
90 "describe", 91 "describe",
91 "include" 92 "include"
92 ] 93 ]
94 },
95 "scripty": {
96 "silent": true
93 } 97 }
94} 98}