-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
52 lines (52 loc) · 1.68 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
{
"name": "PNT",
"version": "1.4.11",
"description": "The PNT is a 175-item picture naming test developed in the Language and Aphasia Lab of MRRI for the psycholinguistic exploration of lexical access in nonaphasic and aphasic speakers (Roach et al., 1996).",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron app.js",
"build-mac": "electron-packager . --out=dist --platform=darwin --icon ./icon.icns --overwrite --tmpdir=false",
"osx-sign": "codesign --deep --force --verbose -s 'Developer ID Application: Taylor Hanayik' ./dist/PNT-darwin-x64/PNT.app",
"startAppWithLogging": "./dist/PNT-darwin-x64/PNT.app/Contents/MacOS/PNT"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hanayik/Philadelphia-Naming-Test.git"
},
"keywords": [
"naming",
"psychology",
"aphasia",
"test",
"language",
"stroke"
],
"author": "Taylor Hanayik",
"license": "MIT",
"bugs": {
"url": "https://github.com/hanayik/Philadelphia-Naming-Test/issues"
},
"homepage": "https://github.com/hanayik/Philadelphia-Naming-Test#readme",
"devDependencies": {
"app-root-dir": "^1.0.2",
"csvsync": "^1.0.1",
"electron": "^1.8.2",
"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-gh-releases": "^2.0.4",
"electron-notifications": "^0.1.6",
"electron-settings": "^3.0.6",
"jQuery": "^1.7.4",
"mkdirp": "^0.5.1",
"moment": "^2.17.1",
"system-control": "0.0.4",
"systeminformation": "^3.16.0"
}
}