-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 855 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
{
"name": "nsweb",
"version": "0.2.1",
"description": "Provides access to some parts of NationStates not exposed through the standard API",
"keywords": [
"NationStates"
],
"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/web.js",
"typings": "./lib/web",
"repository": {
"type": "git",
"url": "git://github.com/auralia/node-nsweb.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/node": "^8.5.2"
}
}