Skip to content

Commit 3c09521

Browse files
author
Niall O'Higgins
committed
doh
1 parent 8bc15b9 commit 3c09521

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

package.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "strider-python",
3+
"version": "0.0.2",
4+
"description": "Python/Pyramid/Django support for Strider Continuous Deployment",
5+
"scripts": {
6+
"test": "echo \"Error: no test specified\" && exit 1"
7+
},
8+
"repository": {
9+
"type": "git",
10+
"url": "git://github.com/Strider-CD/strider-python.git"
11+
},
12+
"keywords": [
13+
"strider",
14+
"python"
15+
],
16+
"author": "Niall O'Higgins",
17+
"license": "BSD"
18+
}

strider.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"worker":"worker.js"
3+
}

0 commit comments

Comments
 (0)