package.json 823 Bytes
{
  "name": "xn-kindeditor",
  "version": "2.0.0",
  "description": "",
  "keywords": [],
  "homepage": "",
  "author": "zhaoxing <zhaoxing@xiniunet.com>",
  "repository": {
    "type": "git",
    "url": ""
  },
  "bugs": {
    "url": ""
  },
  "licenses": "MIT",
  "spm": {
    "main": "index.js",
    "dependencies": {
    },
    "devDependencies": {
        "expect.js": "0.3.1",
        "jquery": "~1.7.2",
        "bootstrap-css": "~1.0.0",
        "xn-icon-common": "~1.0.0",
        "xn-directive-img": "1.0.0",
        "xn-angular": "1.0.0",
        "xn-filter-common": "1.0.0",
        "xn-service-common": "1.0.0",
        "xn-service-foundation": "1.0.0",
         "ng-sortable": "1.0.0"
    }
  },
  "devDependencies": {
    "spm": "3"
  },
  "scripts": {
    "test": "spm test",
    "build": "spm build"
  }
}