twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

package.json (2990B)


      1 {
      2   "_from": "bluebird@^3.1.5",
      3   "_id": "bluebird@3.7.2",
      4   "_inBundle": false,
      5   "_integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==",
      6   "_location": "/bluebird",
      7   "_phantomChildren": {},
      8   "_requested": {
      9     "type": "range",
     10     "registry": true,
     11     "raw": "bluebird@^3.1.5",
     12     "name": "bluebird",
     13     "escapedName": "bluebird",
     14     "rawSpec": "^3.1.5",
     15     "saveSpec": null,
     16     "fetchSpec": "^3.1.5"
     17   },
     18   "_requiredBy": [
     19     "/twit"
     20   ],
     21   "_resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz",
     22   "_shasum": "9f229c15be272454ffa973ace0dbee79a1b0c36f",
     23   "_spec": "bluebird@^3.1.5",
     24   "_where": "/Users/underd0g/Documents/javascript/TwitWebGraph/node_modules/twit",
     25   "author": {
     26     "name": "Petka Antonov",
     27     "email": "petka_antonov@hotmail.com",
     28     "url": "http://github.com/petkaantonov/"
     29   },
     30   "browser": "./js/browser/bluebird.js",
     31   "bugs": {
     32     "url": "http://github.com/petkaantonov/bluebird/issues"
     33   },
     34   "bundleDependencies": false,
     35   "deprecated": false,
     36   "description": "Full featured Promises/A+ implementation with exceptionally good performance",
     37   "devDependencies": {
     38     "acorn": "^6.0.2",
     39     "acorn-walk": "^6.1.0",
     40     "baconjs": "^0.7.43",
     41     "bluebird": "^2.9.2",
     42     "body-parser": "^1.10.2",
     43     "browserify": "^8.1.1",
     44     "cli-table": "~0.3.1",
     45     "co": "^4.2.0",
     46     "cross-spawn": "^0.2.3",
     47     "glob": "^4.3.2",
     48     "grunt-saucelabs": "~8.4.1",
     49     "highland": "^2.3.0",
     50     "istanbul": "^0.3.5",
     51     "jshint": "^2.6.0",
     52     "jshint-stylish": "~0.2.0",
     53     "kefir": "^2.4.1",
     54     "mkdirp": "~0.5.0",
     55     "mocha": "~2.1",
     56     "open": "~0.0.5",
     57     "optimist": "~0.6.1",
     58     "rimraf": "~2.2.6",
     59     "rx": "^2.3.25",
     60     "serve-static": "^1.7.1",
     61     "sinon": "~1.7.3",
     62     "uglify-js": "~2.4.16"
     63   },
     64   "files": [
     65     "js/browser",
     66     "js/release",
     67     "LICENSE"
     68   ],
     69   "homepage": "https://github.com/petkaantonov/bluebird",
     70   "keywords": [
     71     "promise",
     72     "performance",
     73     "promises",
     74     "promises-a",
     75     "promises-aplus",
     76     "async",
     77     "await",
     78     "deferred",
     79     "deferreds",
     80     "future",
     81     "flow control",
     82     "dsl",
     83     "fluent interface"
     84   ],
     85   "license": "MIT",
     86   "main": "./js/release/bluebird.js",
     87   "name": "bluebird",
     88   "repository": {
     89     "type": "git",
     90     "url": "git://github.com/petkaantonov/bluebird.git"
     91   },
     92   "scripts": {
     93     "generate-browser-core": "node tools/build.js --features=core --no-debug --release --zalgo --browser --minify && mv js/browser/bluebird.js js/browser/bluebird.core.js && mv js/browser/bluebird.min.js js/browser/bluebird.core.min.js",
     94     "generate-browser-full": "node tools/build.js --no-clean --no-debug --release --browser --minify",
     95     "istanbul": "istanbul",
     96     "lint": "node scripts/jshint.js",
     97     "prepublish": "npm run generate-browser-core && npm run generate-browser-full",
     98     "test": "node --expose-gc tools/test.js"
     99   },
    100   "version": "3.7.2",
    101   "webpack": "./js/release/bluebird.js"
    102 }