-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.26 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": "resident-web-use-research",
"version": "0.1.0",
"description": "Resident Web Use Research =========================",
"main": "lib.js",
"directories": {
"test": "test"
},
"dependencies": {
"leaflet": "^0.7.7",
"jquery":"^2.1.4",
"underscore":"^1.8.3"
},
"devDependencies": {
"chai": "^2.2.0",
"coveralls": "^2.11.4",
"karma": "^0.12.31",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^0.1.7",
"karma-coverage": "^0.2.7",
"karma-expect": "^1.1.0",
"karma-fixture": "0.2.3",
"karma-html2js-preprocessor": "^0.1.0",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "^0.1.4",
"karma-safari-launcher": "^0.1.1",
"karma-sinon-chai": "^0.3.0",
"karma-sinon-expect": "^0.1.4",
"mocha": "^2.2.1",
"sinon": "^1.14.1",
"sinon-chai": "^2.7.0"
},
"scripts": {
"test": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS"
},
"repository": {
"type": "git",
"url": "https://github.com/codeforamerica/resident-web-use-research.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/codeforamerica/resident-web-use-research/issues"
},
"homepage": "https://github.com/codeforamerica/resident-web-use-research"
}