(- fix api) Patch Tput's handling of columns
[Paws.js.git] / package.json
blob7efdff09c01131a59ef7e0e7b6f9ca3c52ae5d93
1 {     "author" : "ELLIOTTCABLE (http://ell.io/tt)"
2    
3 ,       "name" : "Paws.js"
4 ,    "private" :  true
5 ,    "version" : "3.0.0"
7 ,       "main" : "Library/Paws.js"
9 ,        "bin" : {"paws.js" : "Executables/paws.js"}
11 ,    "scripts" :{
12      "preinstall" : "printf \"%s\\n%s\" '#!/usr/bin/env node' \"$(coffee -cbp --no-header ./Executables/paws.js.coffee)\" > ./Executables/paws.js"
14 ,          "repl" : "./Scripts/repl.js"
15 ,          "test" : "./Scripts/test.sh"
16 ,         "clean" : "./Scripts/clean.sh"
17 ,      "coverage" : "./Scripts/coverage.sh 3> ./Library/Coverage.html"
18 ,     "coveralls" : "./Scripts/coveralls.sh"
19 ,     "install-git-hooks" :
20                     "./Scripts/install-git-hooks.sh"
23 ,     "config" :{
24            "dirs" :{"source"  :"Source"
25                   , "test"    :"Test"
26                   , "instrumentation"
27                               :"Source" }
28 ,         "mocha" :{"files"      : "Test/*.coffee"
29                   , "ui"         : "bdd"
30                   , "reporter"   : "spec"
31                   , "ENV"        : "test" }
32  }
33    
34 ,          "engines" :{"node":"~0.10.7"}
35 ,     "dependencies" :{"minimist"               : "~0.0.9"
36                      , "mustache"               : "~0.8.1"
37                      , "blessed"                : "~0.0.29"
38                      , "coffee-script"          : "~1.7.1"
39                      , "pretty-error"           : "~0.1.18"
40                      , "uuid"                   : "~1.4.1"
41                      , "bluebird"               : "~1.2.4"
42                      , "lodash"                 : "~2.4.1"                                        }
43 ,  "devDependencies" :{"glob"                   : "~3.2.9"
44                      , "browserify"             : "~3.33.0"
45                      , "coffeeify"              : "~0.6.0"
46                      , "coffee-coverage"        : "~0.4.2"
47                      , "mocha-lcov-reporter"    : "~0.0.1"
48                      , "coveralls"              : "~2.10.0"
49                      , "docco"                  : "~0.6.3"
50                      , "mocha"                  : "~1.18.2"
51                      , "expect.js"              : "~0.3.0"
52                      , "sinon"                  : "~1.9.0"
53                      , "sinon-expect"           : "~0.2.0"                                        }
55 ,   "testling" :{
56           "files" : "Test/*.coffee"
57    ,       "html" : "Library/TAP.html"
58    , "preprocess" : "cake --tests compile:client"
59    ,   "browsers" :{"ie":      [ 6, 7, 8, 9, 10 ]
60                   , "firefox": [ 3, 3.5, 3.6, 4, 5, 10, 19, "nightly" ]
61                   , "chrome":  [ 4, 5, 6, 7, 10, 15, 25, "canary" ]
62                   , "safari":  [ 4.0, "5.0.5", 5.1, 6.0 ]
63                   , "opera":   [ 10.0, 10.5, 11.0, 11.5, 11.6, 12.0, "next" ]
64                   , "iphone":  [ 6.0 ]
65                   , "ipad":    [ 6.0 ]
66                   , "android-browser": [ 4.2 ]                                                   }}}