Blame view

app/bower_components/fabric-customise-controls/bower.json 376 Bytes
bd0414901   TRUONG   update store rece...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
  {
    "name": "fabric-customise-controls",
    "version": "0.1.8",
    "main": "dist/customiseControls.js",
    "ignore": [
      "source",
      "spec",
      ".bowerrc",
      ".gitignore",
      ".jscsrc",
      "bower.json",
      "gruntfile.js",
      "package.json",
      "README.md"
    ],
    "authors": [
      "Simon Kunz"
    ],
    "license": "MIT",
    "dependencies": {
      "fabric": "~1.6.6"
    }
  }