-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.67 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
54
55
56
57
58
59
{
"name": "justlogin.xyz",
"version": "0.0.1",
"main": "server.js",
"author": "ArtskydJ <[email protected]>",
"description": "The example site of the just login suite",
"license": "VOL",
"keywords": [
"just login"
],
"private": true,
"bugs": {
"url": "https://github.com/coding-in-the-wild/just-login-example/issues"
},
"homepage": "https://github.com/coding-in-the-wild/just-login-example",
"repository": {
"type": "git",
"url": "https://github.com/coding-in-the-wild/just-login-example"
},
"scripts": {
"test": "node test/test.js",
"build": "browserify client-src/index.js | uglifyjs -m -o static/build.js && node build/putInfoIntoHtml.js",
"watch": "watchify client-src/index.js -d -o static/build.js",
"start": "psy start -n justlogin -- node .",
"stop": "psy stop justlogin || true"
},
"dependencies": {
"dnode": "^1.2.0",
"domready": "^1.0.5",
"email-validator": "^1.0.1",
"encoding-down": "^7.0.0",
"jsondown": "^1.0.0",
"just-login-core": "^2.0.1",
"just-login-debouncer": "^1.3.0",
"just-login-emailer": "^2.0.0",
"just-login-session-state": "^2.0.0",
"justlogin.xyz-client": "^2.0.2",
"level-spaces": "^2.0.0",
"levelup": "^5.0.0",
"ms": "^0.7.1",
"ractive": "^0.7.3",
"run-waterfall": "^1.1.2",
"send": "^0.17.1",
"shoe": "0.0.15",
"string-template": "^0.2.1"
},
"devDependencies": {
"browserify": "^12.0.1",
"highlight.js": "^10.7.2",
"httpie": "^1.1.2",
"memdown": "^6.0.0",
"micromark": "^2.11.4",
"psy": "^1.4.5",
"tape": "^4.0.0",
"uglify-js": "^2.4.23",
"watchify": "^3.2.3",
"xtend": "^4.0.0"
}
}