-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1000 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
43
44
45
{
"name": "nstg",
"version": "0.2.5",
"description": "Sends telegrams to a list of NationStates nations defined using a powerful query language called Telegram Recipient Language",
"keywords": [
"NationStates",
"API",
"telegram"
],
"license": "Apache-2.0",
"author": {
"name": "Auralia",
"email": "railana-ns@outlook.com"
},
"files": [
"lib",
"CHANGES.md",
"LICENSE.md",
"NOTICE.md",
"package.json",
"README.md"
],
"main": "./lib/api.js",
"typings": "./lib/api",
"repository": {
"type": "git",
"url": "git://github.com/auralia/node-nstg.git"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^3.9.1",
"gulp-sourcemaps": "^2.6.2",
"gulp-typedoc": "^2.1.1",
"gulp-typescript": "^3.2.3",
"merge2": "^1.2.0",
"typedoc": "^0.9.0",
"typescript": "^2.6.2"
},
"dependencies": {
"@types/clone": "^0.1.30",
"@types/node": "^8.5.2",
"clone": "^2.1.1",
"nsapi": "^0.1.15"
}
}