{
  "name": "nsmockup",
  "version": "0.10.0",
  "description": "Test your Suitescripts before deploying to NetSuite",
  "main": "nsapi.js",
  "scripts": {
    "test": "gulp test",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/suiteplus/nsmockup.git"
  },
  "keywords": [
    "netsuite",
    "suitecript",
    "suitlet",
    "restlet",
    "mock",
    "mockup",
    "suiteplus",
    "suite",
    "s+"
  ],
  "author": "daniel.joppi@suiteplus.com",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/suiteplus/nsmockup/issues"
  },
  "homepage": "https://github.com/suiteplus/nsmockup#readme",
  "engines": {
    "node": "4.0.0",
    "npm": "2.10.0"
  },
  "dependencies": {
    "body-parser": "1.14.2",
    "express": "4.13.3",
    "glob": "6.0.3",
    "lodash": "3.10.1",
    "lowdb": "0.11.1",
    "minimatch": "3.0.0",
    "moment": "2.11.0",
    "morgan": "1.6.1",
    "node-uuid": "1.4.7",
    "ns-formula-parse": "0.3.0",
    "sync-request": "2.1.0",
    "xmldom": "0.1.19",
    "xpath": "0.0.9"
  },
  "devDependencies": {
    "coveralls": "^2.11.6",
    "gulp": "^3.9.0",
    "gulp-istanbul": "^0.10.3",
    "gulp-jshint": "^2.0.0",
    "gulp-load-plugins": "^1.2.0",
    "gulp-mocha": "^2.2.0",
    "gulp-plumber": "^1.0.1",
    "gulp-util": "^3.0.7",
    "jshint": "^2.8.0",
    "jshint-stylish": "^2.0.1",
    "mocha.parallel": "^0.11.2",
    "require-dir": "^0.3.0",
    "should": "^8.0.2",
    "through": "^2.3.8"
  }
}
