forked from nanek/mstranslator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 856 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
{
"author": "Kenan Shifflett <[email protected]>",
"contributors": [
"Peng Zuo <> (https://github.com/nan1nan1)",
"Juga Paazmaya <[email protected]> (https://github.com/paazmaya)",
"Ariel Jakobovits <> (https://github.com/arieljake)",
"sorinsarca <> (https://github.com/sorinsarca)"
],
"name": "mstranslator",
"description": "Microsoft Translator API module for node.js",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git://github.com/nanek/mstranslator.git"
},
"main": "mstranslator.js",
"scripts": {
"test": "mocha test/api.test.js"
},
"engines": {
"node": ">=0.4.7"
},
"dependencies": {},
"devDependencies": {
"mocha": "~2.2.4"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nanek/mstranslator/blob/master/LICENSE-MIT"
}
]
}