forked from wbotelhos/raty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (41 loc) · 1.34 KB
/
package.json
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 <[email protected]> (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" : ["classificacao", "classificar", "javascript", "jquery", "library", "plugin", "rating", "raty", "star", "staring", "votar", "voto"],
"license" : "MIT",
"main" : "lib/jquery.raty.js",
"maintainers" : ["Washington Botelho <[email protected]> (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"
}