-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 937 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
{
"name": "@altamir/standards",
"version": "1.0.0",
"description": "Altamir Standards encourages best practices when developing applications that scale.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/altamirio/standards.git"
},
"keywords": [
"javascript",
"typescript",
"lint",
"eslint",
"tslint"
],
"contributors": [
{
"name": "Jacob Dick",
"email": "jdick@altamir.io",
"url": "https://www.linkedin.com/in/jacobkdick/"
},
{
"name": "Spencer Stolworthy",
"email": "sstolworthy@altamir.io",
"url": "https://www.linkedin.com/in/spencer-stolworthy/"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/altamirio/standards/issues"
},
"homepage": "https://github.com/altamirio/standards#readme",
"dependencies": {},
"devDependencies": {
"eslint-config-airbnb": "^17.1.0"
}
}