Initial commit.
authordsc <david.schoonover@gmail.com>
Tue, 14 Feb 2012 18:37:09 +0000 (10:37 -0800)
committerdsc <david.schoonover@gmail.com>
Tue, 14 Feb 2012 18:37:09 +0000 (10:37 -0800)
package.co [new file with mode: 0644]
package.json [new file with mode: 0644]

diff --git a/package.co b/package.co
new file mode 100644 (file)
index 0000000..4c8ad2f
--- /dev/null
@@ -0,0 +1,34 @@
+name                            : 'kraken-ui'
+version                         : '0.1.0'
+description                     : 'kraken-ui'
+homepage                        : 'http://dsc.github.com/kraken-ui/'
+keywords                        : <[ util server client browser ]>
+author                          : 'David Schoonover <dsc@less.ly> (http://less.ly)'
+
+main                            : './lib/kraken-ui.js'
+# directories                   : lib: './lib', bin:'./bin', doc:'./doc', man:'./man'
+
+dependencies                    : 
+    'coco'                      : '>= 0.7.0'
+    'express'                   : '>= 2.5.7'
+    'connect-compiler'          : '>= 0.1.1'
+    'connect-compiler-extras'   : 'https://github.com/dsc/connect-compiler-extras/tarball/master'
+    'jade'                      : '>= 0.20.1'
+    'stylus'                    : '>= 0.23.0'
+    'nib'                       : '>= 0.3.2'
+    'browserify'                : '>= 1.9.3'
+    'seq'                       : '>= 0.3.5'
+    'underscore'                : '>= 1.3.1'
+    'underscore.string'         : '>= 2.0.0'
+    'js-yaml'                   : '>= 0.3.1'
+    'backbone'                  : '>= 0.5.3'
+devDependencies                 : 
+    'buildtools'                : 'https://github.com/dsc/node-buildtools/tarball/master'
+    'expresso'                  : '>= 0.9.2'
+
+scripts                         : test:'expresso'
+repository                      : type:'git', url:'git://github.com/dsc/kraken-ui.git'
+bugs                            : url:'http://github.com/dsc/kraken-ui/issues'
+
+engine                          : node:'>=0.6.x'
+license                         : 'MIT'
diff --git a/package.json b/package.json
new file mode 100644 (file)
index 0000000..a6db9ab
--- /dev/null
@@ -0,0 +1,47 @@
+{
+  "name": "kraken-ui",
+  "version": "0.1.0",
+  "description": "kraken-ui",
+  "homepage": "http://dsc.github.com/kraken-ui/",
+  "keywords": [
+    "util",
+    "server",
+    "client",
+    "browser"
+  ],
+  "author": "David Schoonover <dsc@less.ly> (http://less.ly)",
+  "main": "./lib/kraken-ui.js",
+  "dependencies": {
+    "coco": ">= 0.7.0",
+    "express": ">= 2.5.7",
+    "connect-compiler": ">= 0.1.1",
+    "connect-compiler-extras": "https://github.com/dsc/connect-compiler-extras/tarball/master",
+    "jade": ">= 0.20.1",
+    "stylus": ">= 0.23.0",
+    "nib": ">= 0.3.2",
+    "browserify": ">= 1.9.3",
+    "seq": ">= 0.3.5",
+    "underscore": ">= 1.3.1",
+    "underscore.string": ">= 2.0.0",
+    "js-yaml": ">= 0.3.1",
+    "backbone": ">= 0.5.3"
+  },
+  "devDependencies": {
+    "buildtools": "https://github.com/dsc/node-buildtools/tarball/master",
+    "expresso": ">= 0.9.2"
+  },
+  "scripts": {
+    "test": "expresso"
+  },
+  "repository": {
+    "type": "git",
+    "url": "git://github.com/dsc/kraken-ui.git"
+  },
+  "bugs": {
+    "url": "http://github.com/dsc/kraken-ui/issues"
+  },
+  "engine": {
+    "node": ">=0.6.x"
+  },
+  "license": "MIT"
+}