forked from LogIN-/ospnc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·39 lines (39 loc) · 909 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
{
"name": "open-source-name-checker",
"version": "1.0.0",
"description": "Check if name of your open-source project already exist",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">=0.4.10"
},
"repository": {
"type": "git",
"url": "git@github.com:LogIN-/open-source-name-checker.git"
},
"keywords": [
"project",
"name",
"check"
],
"author": "LogIN- <info@ivantomic.com> (https://github.com/LogIN-)",
"license": "MIT",
"bugs": {
"url": "https://github.com/LogIN-/datagram/issues"
},
"homepage": "https://github.com/LogIN-/open-source-name-checker",
"dependencies": {
"express": "^4.9.5",
"request": "^2.53.0",
"socket.io": "^1.1.0",
"underscore": "^1.7.0"
},
"maintainers": [
{
"name": "Ivan Tomic",
"email": "info@ivantomic.com"
}
]
}