-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
46 lines (46 loc) · 1 KB
/
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
46
{
"name": "owo.js",
"version": "1.0.2",
"description": "owo.whats-th.is JavaScript API wrapper.",
"main": "index.js",
"directories": {
"example": "examples"
},
"scripts": {
"test": "jasmine"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whats-this/owo.js.git"
},
"keywords": [
"wrapper",
"api",
"owo",
"whats-this"
],
"bin": {
"owo": "bin/owo.js"
},
"author": "Whats-This",
"license": "MIT",
"bugs": {
"url": "https://github.com/whats-this/owo.js/issues"
},
"homepage": "https://github.com/whats-this/owo.js#readme",
"dependencies": {
"form-data": "^2.3.2",
"node-localstorage": "^1.3.0",
"prompt": "^1.0.0",
"snekparse": "github:guscaplan/snekparse",
"superagent": "^3.3.1"
},
"devDependencies": {
"jasmine": "^2.5.2",
"eslint": "^3.12.2",
"eslint-config-standard": "^6.2.1",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1",
"typescript": "^2.1.5"
}
}