-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 874 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 874 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
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "trainsharing",
"description": "A mobile and server application to enable people to share a trainride.",
"version": "0.0.1",
"author": "Philipp Kueng <trainsharing@philippkueng.ch> (http://philippkueng.ch)",
"licenses": [{
"type": "MIT"
}],
"dependencies": {
"htmlparser": "1.7.4",
"soupselect": "0.2.0",
"querystring": "0.1.0",
"superagent": "0.4.0",
"express": "2.5.9",
"mysql": "0.9.5",
"node-neo4j": "0.1.4",
"twitter": "0.1.18",
"step": "0.0.5",
"node-uuid": "1.3.3",
"moment": "1.5.1"
},
"devDependencies": {
"mocha": ">= 0.3.0",
"should": ">= 0.5.1",
"request": "2.9.202"
},
"engines": {
"node": "0.6.11"
},
"repository": {
"type": "git",
"url": "https://github.com/philippkueng/trainsharing.git"
},
"scripts": {
"test": "mocha -R spec -t 10000"
}
}