summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-07 09:39:41 +0100
committerIsmaël Bouya <ismael.bouya@normalesup.org>2019-03-07 09:39:41 +0100
commitbf1f1f479980fa2680b3616f48fcfad8fd00f39c (patch)
tree62e9a005bcce53872f7e605aad9d05a6baf557ce /package.json
downloadbuildslist-bf1f1f479980fa2680b3616f48fcfad8fd00f39c.tar.gz
buildslist-bf1f1f479980fa2680b3616f48fcfad8fd00f39c.tar.zst
buildslist-bf1f1f479980fa2680b3616f48fcfad8fd00f39c.zip
Initial commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..f6fa640
--- /dev/null
+++ b/package.json
@@ -0,0 +1,11 @@
1{
2 "name": "buildbot-buildslist",
3 "engines": {
4 "node": ">=0.10.0",
5 "npm": ">=1.4.0"
6 },
7 "dependencies": {
8 "guanlecoja": "~0.8.3",
9 "gulp": "3.9.0"
10 }
11}