forked from publiclab/community-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.08 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
{
"name": "community-toolbox",
"version": "0.0.3",
"description": "Tools to understand and welcome people into a contributor community",
"main": "src/community-toolbox.js",
"scripts": {
},
"repository": {
"type": "git",
"url": "git+https://github.com/publiclab/community-toolbox.git"
},
"keywords": [
],
"author": "jywarren",
"license": "MIT",
"bugs": {
"url": "https://github.com/publiclab/community-toolbox/issues"
},
"dependencies": {
"bootstrap": "~3.2.0",
"chart.js": "~2.7.0",
"font-awesome": "~4.5.0",
"jquery": "~3",
"parse-link-header": "^1.0.1",
"urlhash": "~0.1.1"
},
"devDependencies": {
"github-api-simple": "git://github.com/jywarren/github-api-simple.git#patch-2",
"moment": "~2.19.3",
"browserify": "13.0.0",
"grunt": "^0.4.5",
"grunt-browserify": "^5.0.0",
"grunt-contrib-concat": "^0.5.0",
"grunt-contrib-watch": "^0.6.1",
"matchdep": "^0.3.0",
"tap-spec": "^4.1.1",
"tape": ">=4.7.0",
"tape-run": "^3.0.0"
},
"homepage": "https://github.com/publiclab/community-toolbox"
}