{
  "name": "multi-profile",
  "version": "5.1.3",
  "description": "Multi-profile is a module to manage global configurations for multiple profiles.",
  "main": "index.js",
  "scripts": {
    "test": "node test/profile.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/kaelzhang/multi-profile.git"
  },
  "author": "Kael",
  "license": "MIT",
  "dependencies": {
    "fs-sync": "~0.2.1",
    "ini": "^1.2.1",
    "trait": "~0.1.2"
  },
  "devDependencies": {
    "mocha": "~1.13.0",
    "chai": "~1.8.1",
    "test-fixture": "~1.0.1"
  }
}
