aboutsummaryrefslogtreecommitdiffstats
path: root/dcae_dmaapbc_webapp/src/main/webapp/app/fusion/ase/scripts/bower_components/Snap.svg/package.json
blob: d3794c4b08adc9b99e52a13304339ddc62a5b801 (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
{
    "name": "snapsvg",
    "version": "0.4.1",
    "description": "JavaScript Vector Library",
    "main": "./dist/snap.svg.js",
    "repository": {
        "type": "git",
        "url": "git@github.com:adobe-webplatform/Snap.svg.git"
    },
    "author": "Dmitry Baranovskiy",
    "license": "Apache License v2",
    "dependencies": {
        "eve": "~0.4.2"
    },
    "devDependencies": {
        "grunt": "~0.4.1",
        "grunt-contrib-uglify": "~0.2.0",
        "grunt-contrib-concat": "~0.3.0",
        "grunt-exec": "~0.4.2",
        "mocha": "*",
        "expect.js": "*",
        "dr.js": "~0.1.0"
    }
}