-
Notifications
You must be signed in to change notification settings - Fork 44
/
package.json
48 lines (48 loc) · 1.27 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
47
48
{
"name": "spokenvote",
"version": "0.2.3",
"description": "Group concensus tool for groups of any size.",
"main": "spokenvote.coffee",
"scripts": {
"test": "./node_modules/.bin/karma start ./config/karma.conf.js --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "http://github.com/spokenvote/spokenvote.git"
},
"keywords": [
"angular",
"concensus",
"voting",
"collaboration",
"discussion"
],
"author": {
"name": "Kim Miller",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {},
"devDependencies": {
"coffeescript": "^2.5.1",
"ibrik": "^2.0.0",
"jasmine-core": "^3.6.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-coffee-preprocessor": "^1.0.1",
"karma-coverage": "^2.0.3",
"karma-jasmine": "^4.0.1",
"karma-phantomjs-launcher": "^1.0.4"
},
"bugs": {
"url": "https://github.com/spokenvote/spokenvote/issues"
},
"homepage": "http://www.spokenvote.org",
"maintainers": [
{
"name": "Kim Miller",
"email": "[email protected]"
}
],
"directories": {}
}