forked from publiclab/community-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.25 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": "community-toolbox",
"version": "1.0.0",
"description": "Tools to understand and welcome people into a contributor community",
"main": "src/community-toolbox.js",
"scripts": {
"start": "http-server -c-1 -p 8000",
"test": "jest"
},
"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.4.0",
"chart.js": "~2.9.3",
"font-awesome": "~4.7.0",
"jquery": "~3",
"node-snackbar": "^0.1.15",
"parse-link-header": "^1.0.1",
"urlhash": "~0.1.1"
},
"devDependencies": {
"browserify": "17.0.0",
"github-api-simple": "git://github.com/jywarren/github-api-simple.git#patch-2",
"grunt": "^1.0.3",
"grunt-browserify": "^6.0.0",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-watch": "^1.1.0",
"http-server": "^0.12.1",
"jest": "^25.1.0",
"jest-when": "^2.6.0",
"matchdep": "^2.0.0",
"moment": "~2.29.1",
"tap-spec": "^5.0.0",
"tape": ">=4.7.0",
"tape-run": "^8.0.0"
},
"homepage": "https://github.com/publiclab/community-toolbox"
}