-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
37 lines (37 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
{
"name": "city-analytics-dashboard",
"version": "0.2.0",
"description": "This is a display screen to show real time analytics of a given website.",
"main": "index.js",
"scripts": {
"test": "npm run test-phantom & npm run test-saucelabs",
"test-phantom": "./node_modules/karma/bin/karma start --single-run --browsers PhantomJS",
"test-saucelabs": "./node_modules/karma/bin/karma start karma.saucelabs.js --single-run"
},
"devDependencies": {
"karma": "^0.13.2",
"karma-chai": "0.1.0",
"karma-chai-changes": "0.0.1",
"karma-chai-jquery": "^1.0.0",
"karma-coverage": "^0.4.2",
"karma-coveralls": "^1.1.2",
"karma-fixture": "^0.2.5",
"karma-jquery": "^0.1.0",
"karma-json-fixtures-preprocessor": "0.0.4",
"karma-mocha": "^0.1.10",
"karma-phantomjs-launcher": "0.1.4",
"karma-sauce-launcher": "^0.2.14",
"karma-sinon-chai": "janmonschke/karma-sinon-chai",
"mocha": "^2.2.5"
},
"repository": {
"type": "git",
"url": "https://github.com/milafrerichs/city-analytics-dashboard.git"
},
"author": "Mila Frerichs",
"license": "MIT",
"bugs": {
"url": "https://github.com/milafrerichs/city-analytics-dashboard/issues"
},
"homepage": "https://github.com/milafrerichs/city-analytics-dashboard"
}