forked from hanayik/Phonological-Video-Treatment
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.69 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
49
50
51
52
53
{
"name": "phonologicalVideoTreatment",
"productName": "Phonological Video Treatment",
"version": "1.2.17",
"description": "",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron app.js",
"build-mac": "electron-packager . --out=dist --icon ./icon.icns --platform=darwin --overwrite --tmpdir=false",
"osx-sign": "codesign --deep --force --verbose -s 'Developer ID Application: Taylor Hanayik' './dist/Phonological Video Treatment-darwin-x64/Phonological Video Treatment.app'",
"startAppWithLogging": "'./dist/Phonological Video Treatment-darwin-x64/Phonological Video Treatment.app/Contents/MacOS/Phonological Video Treatment'"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanayik/Phonological-Video-Treatment.git"
},
"keywords": [
"speech",
"psychology",
"aphasia",
"test",
"language",
"stroke"
],
"author": "Taylor Hanayik",
"license": "MIT",
"bugs": {
"url": "https://github.com/hanayik/Phonological-Video-Treatment/issues"
},
"homepage": "https://github.com/hanayik/Phonological-Video-Treatment#readme",
"devDependencies": {
"app-root-dir": "^1.0.2",
"csvsync": "^1.0.1",
"electron": "^1.8.6",
"electron-packager": "^8.7.2",
"jQuery": "^1.7.4",
"moment": "^2.17.1",
"systeminformation": "^3.16.0"
},
"dependencies": {
"app-root-dir": "^1.0.2",
"csvsync": "^1.0.1",
"electron-notifications": "^0.1.6",
"electron-settings": "^3.0.10",
"jQuery": "^1.7.4",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"node-natural-sort": "^0.8.6",
"system-control": "0.0.5",
"systeminformation": "^3.16.0"
}
}