Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/sources.json
diff options
context:
space:
mode:
Diffstat (limited to 'utils/sources.json')
-rwxr-xr-xutils/sources.json73
1 files changed, 0 insertions, 73 deletions
diff --git a/utils/sources.json b/utils/sources.json
deleted file mode 100755
index 993d045..0000000
--- a/utils/sources.json
+++ /dev/null
@@ -1,73 +0,0 @@
-{
- "version": 1,
- "packages": {
- "narwhal": {
- "type": "github",
- "user": "tlrobinson"
- },
- "jack": {
- "type": "github",
- "user": "tlrobinson"
- },
- "nitro": {
- "type": "github",
- "user": "gmosx"
- },
- "chiron": {
- "type": "github",
- "user": "kriskowal"
- },
- "narcissus": {
- "type": "github",
- "user": "kriskowal"
- },
- "creolejs": {
- "type": "github",
- "user": "kriskowal"
- },
- "browserjs": {
- "type": "github",
- "user": "tlrobinson"
- },
- "inspec": {
- "type": "github",
- "user": "aq1018"
- },
- "kupo": {
- "type": "github",
- "user": "janv"
- },
- "appengine": {
- "type": "github",
- "user": "gmosx"
- },
- "jack-servlet": {
- "type": "github",
- "user": "tlrobinson"
- },
- "appengine-java-sdk": {
- "type": "inline",
- "package.json": {
- "name": "gae",
- "title": "Google App Engine Java SDK",
- "description": "Java components necessary for deploying applications on Google's App Engine.",
- "author": "Google",
- "version": "1.2.2",
- "dependencies": ["jack-servlet", "jack", "narwhal"],
- "lib": [],
- "type": "zip",
- "location": "http://googleappengine.googlecode.com/files/appengine-java-sdk-1.2.2.zip"
- }
- },
- "env": {
- "type": "github",
- "name": "env-js",
- "user": "kriskowal",
- "package.json": {}
- },
- "template": {
- "type": "github",
- "user": "gmosx"
- }
- }
-}