package.json
823 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
  "name": "xn-kindeditor",
  "version": "0.1.5",
  "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": "0.0.1",
        "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"
  }
}