{
  "_args": [
    [
      "chrono-node@1.3.5",
      "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot"
    ]
  ],
  "_from": "chrono-node@1.3.5",
  "_id": "chrono-node@1.3.5",
  "_inBundle": false,
  "_integrity": "sha1-oklSmKMtqCvMAa2b59d++l4kQSI=",
  "_location": "/chrono-node",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "chrono-node@1.3.5",
    "name": "chrono-node",
    "escapedName": "chrono-node",
    "rawSpec": "1.3.5",
    "saveSpec": null,
    "fetchSpec": "1.3.5"
  },
  "_requiredBy": [
    "/botbuilder"
  ],
  "_resolved": "https://registry.npmjs.org/chrono-node/-/chrono-node-1.3.5.tgz",
  "_spec": "1.3.5",
  "_where": "C:\\projects\\ai\\nlp.js\\examples\\microsoft-bot",
  "bugs": {
    "url": "https://github.com/berryboy/chrono/issues"
  },
  "dependencies": {
    "moment": "^2.10.3"
  },
  "description": "A natural language date parser in Javascript",
  "devDependencies": {
    "browserify": "^14.3.0",
    "coveralls": "^2.11.2",
    "istanbul": "^0.4.5",
    "karma": "~1.7.0",
    "karma-browserify": "^5.1.1",
    "karma-chrome-launcher": "~2.1.1",
    "karma-firefox-launcher": "~1.0.1",
    "karma-qunit": "^1.2.1",
    "minifyify": "^7.0.6",
    "qunit": "^1.0.0",
    "watchify": "^3.9.0"
  },
  "directories": {
    "source": "./src",
    "test": "./test"
  },
  "homepage": "http://github.com/berryboy/chrono",
  "license": "MIT",
  "main": "./src/chrono",
  "name": "chrono-node",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/berryboy/chrono.git"
  },
  "scripts": {
    "coveralls": "npm run test && cat coverage/lcov.info | coveralls",
    "karma": "karma start",
    "make": "npm run make-bundle & npm run make-minify",
    "make-bundle": "browserify src/chrono.js -d --s chrono -o chrono.js",
    "make-minify": "browserify src/chrono.js -d --s chrono -d -p [minifyify --output chrono.map.json] -o chrono.min.js",
    "test": "qunit -l '{summary:true, tests: true}' -c chrono:src/chrono.js -p src -t test/*.js --cov --timeout 10000",
    "watch": "watchify src/chrono.js -d --s chrono -o chrono.js"
  },
  "version": "1.3.5"
}
