-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·47 lines (47 loc) · 1.1 KB
/
package.json
File metadata and controls
executable file
·47 lines (47 loc) · 1.1 KB
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
{
"name": "social-sharing",
"title": "Social Sharing",
"private": false,
"version": "0.2.2",
"description": "social share button add-on",
"keywords": [
"social",
"share",
"buttons"
],
"author": {
"name": "Caliber Interactive",
"url": "https://caliberi.com"
},
"repository": {
"type": "git",
"url": "https://github.com/caliberi/social-sharing"
},
"bugs": {
"url": "https://github.com/caliberi/social-sharing/issues"
},
"license": "MIT",
"main": "src/social-sharing.js",
"dependencies": {
"pure-masonry-js": "^0.2.5"
},
"devDependencies": {
"ajv": "^5.2.0",
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-preset-es2015": "^6.24.1",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-uglify": "^3.0.1",
"grunt-contrib-watch": "^1.0.0",
"grunt-jscs": "^3.0.1",
"grunt-sass": "^1.2.1",
"grunt-webpack": "^3.0.0",
"jit-grunt": "^0.10.0",
"jshint-stylish": "^2.2.1",
"path": "^0.12.7",
"pure-masonry-js": "^0.1.4",
"time-grunt": "^1.4.0",
"webpack": "^2.6.1"
}
}