-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.56 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.56 KB
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
{
"_comment": [
"# If you use npm to generate or modify this file, make sure",
"# to restore the file's 4 space indents after the generation",
"# or modification so it matches other source files in the",
"# project. npm only generates files with 2 space indents",
"# (see https://github.com/npm/npm/pull/3180#issuecomment-16336516)."
],
"name": "google-data-service",
"version": "1.0.0",
"private": true,
"license": "BSD-3-Clause",
"main": "phront-data-service.js",
"author": "Phront. (https://phront.com/)",
"repository": {
"type": "git",
"url": "PhrontHQ/google-data-service"
},
"dependencies": {
"googleapis": "^47.0.0",
"montage": "github:marchant/montage#montage-19"
},
"devDependencies": {
"concurrently": "^3.4.0",
"http-server": "^0.9.0",
"jasmine-console-reporter": "^1.2.7",
"jasmine-core": "^2.5.2",
"karma": "^1.5.0",
"karma-chrome-launcher": "^2.0.0",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.1",
"karma-jasmine": "^1.1.0",
"karma-phantomjs-launcher": "^1.0.2",
"montage-testing": "git://github.com/montagejs/montage-testing.git#master",
"open": "0.0.5",
"tiny-worker": "github:marchant/tiny-worker#master"
},
"scripts": {
"jsdoc": "jsdoc -c jsdoc.json",
"test": "node test/run-node.js",
"test:karma": "karma start --no-auto-watch --single-run",
"test:karma-dev": "karma start --auto-watch --no-single-run",
"test:jasmine": "concurrently \"http-server -a localhost -p 8084\" \"open http://localhost:8084/test/run.html\""
}
}