-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 742 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 742 Bytes
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
{
"name": "tindercred",
"version": "1.0.0",
"description": "display credentials for facebook authentication on tinder",
"private": true,
"scripts": {
"start": "NODE_ENV=development nwbuild -v 0.12.3 -r app",
"build": "nwbuild -v 0.12.3 -p win32,win64,osx64,linux32,linux64 app"
},
"repository": {
"type": "git",
"url": "git+https://github.com/konsumer/tindercred.git"
},
"author": "David Konsumer <konsumer@jetboystudio.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/konsumer/tindercred/issues"
},
"homepage": "https://github.com/konsumer/tindercred#readme",
"devDependencies": {},
"dependencies": {
"jstinder": "github:konsumer/jstinder",
"nw-builder": "^2.2.0"
}
}