view vakata-jstree-3.3.5/package.json @ 0:461163067ced draft

planemo upload
author mingchen0919
date Tue, 15 May 2018 00:50:47 -0400
parents
children
line wrap: on
line source

{
  "name": "jstree",
  "title": "jsTree",
  "description": "jQuery tree plugin",
  "version": "3.3.5",
  "homepage": "http://jstree.com",
  "main": "./dist/jstree.js",
  "author": {
    "name": "Ivan Bozhanov",
    "email": "jstree@jstree.com",
    "url": "http://vakata.com"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/vakata/jstree.git"
  },
  "bugs": {
    "url": "https://github.com/vakata/jstree/issues"
  },
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/vakata/jstree/blob/master/LICENSE-MIT"
    }
  ],
  "keywords": [],
  "devDependencies": {
    "dox": "~0.4.4",
    "grunt": "~0.4.0",
    "grunt-contrib-concat": "*",
    "grunt-contrib-copy": "*",
    "grunt-contrib-imagemin": "~0.4.0",
    "grunt-contrib-jshint": "*",
    "grunt-contrib-less": "~0.8.2",
    "grunt-contrib-qunit": "~v0.3.0",
    "grunt-contrib-uglify": "*",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-phantomcss-gitdiff": "0.0.7",
    "grunt-resemble-cli": "0.0.8",
    "grunt-text-replace": "~0.3.11"
  },
  "dependencies": {
    "jquery": ">=1.9.1"
  },
  "npmName": "jstree",
  "npmFileMap": [
    {
      "basePath": "/dist/",
      "files": [
        "jstree.min.js",
        "themes/**/*.png",
        "themes/**/*.gif",
        "themes/**/*.min.css"
      ]
    }
  ]
}