We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc15b9 commit 3c09521Copy full SHA for 3c09521
package.json
@@ -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
@@ -0,0 +1,3 @@
+ "worker":"worker.js"
0 commit comments