aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 0158eae49147a82f77839ecf47d0656fcf889697 (plain)
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
  "name": "svg.js",
  "version": "2.3.4",
  "description": "A lightweight library for manipulating and animating SVG.",
  "url": "http://svgjs.com",
  "homepage": "http://www.svgjs.com",
  "keywords": [
    "svg",
    "vector",
    "graphics",
    "animation"
  ],
  "author": "Wout Fierens <wout@woutfierens.com>",
  "main": "dist/svg.js",
  "jam": {
    "include": [
      "dist/svg.js",
      "README.md",
      "LICENSE.txt"
    ]
  },
  "maintainers": [
    {
      "name": "Wout Fierens",
      "email": "wout@svgjs.com",
      "web": "http://svgjs.com"
    },
    {
      "name": "Alex Ewerlöf",
      "email": "alex@userpixel.com",
      "web": "http://www.ewerlof.name"
    },
    {
      "name": "Ulrich-Matthias Schäfer",
      "email": "ulima.ums@googlemail.com"
    }
  ],
  "licenses": [
    {
      "type": "MIT",
      "url": "http://www.opensource.org/licenses/mit-license.php"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/wout/svg.js.git"
  },
  "github": "https://github.com/wout/svg.js",
  "license": "MIT",
  "typings": "./svg.js.d.ts",
  "scripts": {
    "build": "gulp",
    "test": "karma start karma.conf.js --single-run"
  },
  "devDependencies": {
    "del": "^2.2.0",
    "gulp": "^3.8.6",
    "gulp-chmod": "^1.2.0",
    "gulp-cli": "^1.2.2",
    "gulp-concat": "^2.3.3",
    "gulp-header": "^1.0.5",
    "gulp-rename": "^1.2.0",
    "gulp-size": "^2.1.0",
    "gulp-trimlines": "^1.0.0",
    "gulp-uglify": "^2.0.0",
    "gulp-wrap": "^0.13.0",
    "jasmine-core": "^2.5.2",
    "karma": "^1.3.0",
    "karma-chrome-launcher": "^2.0.0",
    "karma-firefox-launcher": "^1.0.0",
    "karma-jasmine": "^1.0.2",
    "request": "^2.75.0"
  }
}