forked from CastosHQ/Seriously-Simple-Stats
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.17 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.17 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": "seriously-simple-stats",
"version": "1.3.0",
"main": "build/index.js",
"author": "CastosHQ",
"devDependencies": {
"grunt": "^1.3.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify": "^5.0.0",
"grunt-contrib-watch": "^1.1.0"
},
"description": "[Seriously Simple Stats](https://castos.com/seriously-simple-stats). Well, now you can enjoy the plugin’s simplicity while also gathering useful and extensive stats about how people are engaging with your inevitably brilliant content.",
"directories": {
"test": "tests"
},
"scripts": {
"watch": "grunt watch",
"build": "grunt default"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CastosHQ/seriously-simple-stats.git"
},
"keywords": [
"podcast",
"audio",
"video",
"vodcast",
"rss",
"mp3",
"mp4",
"feed",
"itunes",
"podcasting",
"media",
"stitcher",
"google",
"play",
"playlist",
"statistic"
],
"license": "GPL-2.0-only",
"bugs": {
"url": "https://github.com/CastosHQ/seriously-simple-stats/issues"
},
"homepage": "https://github.com/CastosHQ/seriously-simple-stats#readme"
}