Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/utils/sources.json
blob: 993d045d9f85998a777ab1181d63704e3b578feb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
    "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"
        }
    }
}