Blame view

frontend/web/js/raty-2.7.0/package.json 1.24 KB
c7f222e2   Artem   first
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
  {

    "author": "Washington Botelho",

  

    "bugs": {

      "url": "https://github.com/wbotelhos/raty/issues"

    },

  

    "contributors" : ["Washington Botelho <wbotelhos@gmail.com> (http://wbotelhos.com)"],

    "demos"        : ["demo.html"],

  

    "dependencies" : {

      "jquery": "2"

    },

  

    "description": "jQuery Raty - A Star Rating Plugin",

  

    "devDependencies": {

      "karma": "0.12",

      "karma-chrome-launcher": "0.1",

      "karma-firefox-launcher": "0.1",

      "karma-ie-launcher": "0.1",

      "karma-opera-launcher": "0.1",

      "karma-phantomjs-launcher": "0.1",

      "karma-safari-launcher": "0.1",

  

      "karma-jasmine": "0.2"

    },

  

    "directories": {

      "lib"  : "lib",

      "test" : "spec"

    },

  

    "engines"     : { "node" : "0.10" },

    "homepage"    : "https://github.com/wbotelhos/raty",

    "keywords"    : ["raty", "rating", "star"],

    "license"     : "MIT",

    "main"        : "lib/jquery.raty.js",

    "maintainers" : ["Washington Botelho <wbotelhos@gmail.com> (http://wbotelhos.com)"],

    "name"        : "raty",

  

    "repository": {

      "type" : "git",

      "url"  : "https://github.com/wbotelhos/raty"

    },

  

    "scripts": {

      "test": "node_modules/karma/bin/karma start spec/karma.conf.js"

    },

  

    "version": "2.7.0"

  }