-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 890 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 890 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
{
"name": "mango",
"version": "0.0.4",
"description": "Mango API client for node.js",
"main": "lib/index.js",
"scripts": {
"test": "./node_modules/.bin/mocha --timeout 10000 --require test/common test/*.js",
"coverage": "./node_modules/istanbul/lib/cli.js cover _mocha -- test/*.js --require test/common --timeout 10000"
},
"repository": {
"type": "git",
"url": "git://github.com/mango/mango-node.git"
},
"keywords": [
"Mango",
"API"
],
"author": "Mango <dan@getmango.com> (https://getmango.com)",
"contributors": [
"Dan Zajdband <dan@getmango.com>",
"Guillermo Paz <guillermo@getmango.com>",
"Juan Rossi <juan@getmango.com>"
],
"license": "MIT",
"dependencies": {
"debug": "2.1.0",
"superagent": "0.21.0"
},
"devDependencies": {
"better-assert": "1.0.2",
"mocha": "2.0.1",
"istanbul": "0.3.2"
}
}