-
Notifications
You must be signed in to change notification settings - Fork 33
/
package.json
46 lines (46 loc) · 1.15 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
{
"name": "share.bar",
"title": "ShareBar",
"version": "3.2.0",
"description": "Plugin js que automatiza a criação de barra de share de acordo com as redes sociais desejadas.",
"main": "dist/share.bar.js",
"author": {
"name": "Globo.com"
},
"repository": {
"type": "git",
"url": "https://github.com/globocom/share-bar.git"
},
"keywords": [
"share",
"responsive",
"javascript"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
}
],
"devDependencies": {
"grunt": "1.0.1",
"grunt-bump": "0.8.0",
"grunt-contrib-compass": "1.1.1",
"grunt-contrib-concat": "1.0.1",
"grunt-contrib-connect": "1.0.2",
"grunt-contrib-cssmin": "1.0.1",
"grunt-contrib-jasmine": "1.0.3",
"grunt-contrib-uglify": "2.0.0",
"grunt-contrib-watch": "1.0.0",
"grunt-coveralls": "1.0.1",
"grunt-jslint": "1.1.14",
"grunt-string-replace": "1.3.0",
"grunt-svgmin": "3.3.0",
"grunt-svgstore": "1.0.0",
"grunt-template-jasmine-istanbul": "0.5.0",
"phantomjs-prebuilt": ""
},
"scripts": {
"test": "grunt ci"
}
}