1234567891011121314151617181920 |
- {
- "name": "glitch",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "Adam Avramov <fallenblood@example.com> (http://github.com/egasimus)",
- "license": "ISC",
- "dependencies": {
- "glagol": "git://github.com/egasimus/glagol",
- "glagol-web": "git://github.com/egasimus/glagol-web",
- "q": "^1.4.1",
- "q-connection": "^0.6.1",
- "riko-api": "git://github.com/egasimus/riko-api.git",
- "riko-mvc": "git://github.com/egasimus/riko-mvc.git"
- }
- }
|