-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·44 lines (43 loc) · 1.07 KB
/
package.json
File metadata and controls
executable file
·44 lines (43 loc) · 1.07 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
{
"name" : "SelfServer",
"description" : "augmented self intelligence",
"homepage": "http://www.opensportproject.org>",
"version" : "0.1.46",
"author" : "James Littlejohn <[email protected]> (https://twitter.com/aboynejames)",
"keywords": [
"self",
"intelligence",
"quantified self",
"analysis"
],
"contributors": [
"some soon",
"and then some more",
"maybe a community"
],
"scripts" : {
"test" : "node_modules/.bin/buster-test -r specification"
},
"repository": {
"type": "git",
"url": "https://github.com/aboynejames/selfserver"
},
"bugs": {
"url": "https://github.com/aboynejames/selfserver/issues"
},
"main": "./src/index.js",
"license": "MIT (http://)",
"devDependencies" : {
"buster" : ">=0.6.1",
"casperjs" : ">=1.1.0-beta3"
},
"engines" : {
"node" : ">=0.10"
},
"dependencies" : {
"socket.io" : "~0.9.16",
"authom" : "~0.4.20",
"nodemailer" : "~0.6.0",
"async" : "~0.2.10"
}
}