-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 908 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
{
"name": "nodeconf-raffle",
"version": "1.0.0",
"description": "Code used to do the raffle in the NodeConf Ar 2017",
"main": "src/index.js",
"scripts": {
"start": "node ./src/index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "eslint src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elementumscm/nodeconf-6.git"
},
"keywords": [
"nodeconf",
"elementum",
"challenge",
"elementumchallenge",
"2017"
],
"author": "Elementum SCM",
"license": "ISC",
"bugs": {
"url": "https://github.com/elementumscm/nodeconf-6/issues"
},
"homepage": "https://github.com/elementumscm/nodeconf-6#readme",
"dependencies": {
"crypto": "^1.0.1",
"https": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.10.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.8.0"
}
}