-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 892 Bytes
/
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
{
"name": "moves-api",
"version": "0.0.5",
"description": "NodeJS wrapper for the Moves.app API",
"main": "./lib/MovesApi.js",
"repository": {
"type": "git",
"url": "https://github.com/pwaldhauer/moves-api.git"
},
"dependencies": {
"request": "*",
"moment": "latest"
},
"devDependencies": {
"mocha": "*"
},
"scripts": {
"test": "mocha --reporter spec"
},
"author": {
"name": "Philipp Waldhauer",
"email": "[email protected]",
"url": "http://knuspermagier.de"
},
"contributors": [{
"name": "Ali Karbassi",
"email": "[email protected]",
"url": "http://karbassi.com"
},
{
"name": "Mark Stosberg",
"email": "[email protected]",
"url": "http://mark.stosberg.com"
},
{
"name": "Ben Dalton",
"email": "[email protected]",
"url": "http://rideamigos.com"
}
],
"license": "MIT"
}