{
    "name": "obsidian-api",
    "version": "2.3.0",
    "description": "Integration API for Wanadev's obsidian projects",
    "main": "lib/index.js",
    "scripts": {
        "test": "grunt test",
        "lint": "grunt jshint"
    },
    "repository": {
        "type": "git",
        "url": "git+https://github.com/wanadev/obsidian-api.git"
    },
    "author": "Wanadev <http://www/wanadev.fr/>",
    "license": "BSD-3-Clause",
    "dependencies": {
        "abitbol": "^2.1.1",
        "lodash": "^4.17.21"
    },
    "devDependencies": {
        "enlightme": "^0.2.0",
        "expect.js": "^0.3.1",
        "express": "^5.1.0",
        "grunt": "^1.6.1",
        "grunt-browserify": "^6.0.0",
        "grunt-contrib-clean": "^2.0.1",
        "grunt-contrib-copy": "^1.0.0",
        "grunt-contrib-jshint": "^3.2.0",
        "grunt-contrib-uglify": "^5.2.2",
        "grunt-shell": "^4.0.0",
        "mocha": "^11.0.1",
        "mocha-headless-chrome": "^4.0.0",
        "pm2": "^6.0.5",
        "serve-static": "^2.2.0"
    },
    "enlightme": {
        "appName": "Obsidian API"
    }
}
