forked from webcomponents/polymer-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 1 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
{
"browserDependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-cli": "~0.1.9",
"grunt-contrib-connect": "~0.5.0",
"grunt-gh-pages": "~0.9.1",
"grunt-text-replace": "~0.3.11"
},
"name": "polymer-star-rating",
"description": "Web Component for generate a star rating using Polymer.",
"main": "Gruntfile.js",
"dependencies": {
"grunt-cli": "~0.1.13",
"grunt-contrib-connect": "~0.5.0",
"grunt-gh-pages": "~0.9.1",
"grunt-text-replace": "~0.3.11",
"grunt": "~0.4.5"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git://github.com/manoelneto/star-rating.git"
},
"keywords": [
"star-rating",
"web-components"
],
"author": "Manoel Quirino Neto <[email protected]> (https://github.com/manoelneto/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/manoelneto/star-rating/issues"
},
"homepage": "https://github.com/manoelneto/star-rating"
}