forked from betterangels/buoy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 866 Bytes
/
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
{
"name": "betterangels-buoy",
"version": "0.3.3",
"description": "A private, community-based crisis response system. Because friends don't let friends call the cops.",
"main": "buoy.js",
"directories": {
"test": "tests"
},
"config": {
"bower_directory": "vendor"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "bower install"
},
"repository": {
"type": "git",
"url": "https://github.com/betterangels/buoy.git"
},
"author": "The Better Angels",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/betterangels/buoy/issues"
},
"homepage": "https://betterangels.github.io/buoy/",
"devDependencies": {
"backbone": "^1.3.3",
"jasmine-core": "^2.4.1",
"karma": "^0.13.19",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.7"
}
}