This repository has been archived by the owner on Jul 17, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
71 lines (71 loc) · 2.33 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "atlas.js",
"description": "A component-based Node.js library to reduce boilerplate and provide sane project structure 🍻",
"author": "Robert Rossmann <[email protected]>",
"bugs": "https://github.com/strvcom/atlas.js/issues",
"contributors": [],
"dependencies": {},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-proposal-function-bind": "^7.0.0",
"@babel/plugin-syntax-object-rest-spread": "^7.0.0",
"@babel/plugin-transform-modules-commonjs": "^7.0.0",
"@commitlint/cli": "^8.0.0",
"@strv/commitlint-config": "^1.0.0",
"@strv/eslint-config-mocha": "^1.1.1",
"@strv/eslint-config-node": "^1.0.3",
"@strv/remark-config": "^1.0.2",
"@types/chai": "^4.1.7",
"@types/chai-as-promised": "^7.1.0",
"@types/mocha": "^5.2.5",
"@types/sinon": "^7.0.0",
"@types/sinon-chai": "^3.2.1",
"babel-eslint": "^10.0.0",
"chai": "^4.1.0",
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.0",
"esdoc": "^1.0.1",
"esdoc-ecmascript-proposal-plugin": "^1.0.0",
"esdoc-standard-plugin": "^1.0.0",
"eslint": "^5.12.0",
"lerna": "^3.10.5",
"mocha": "^6.0.0",
"mocha-reporter-remote": "^1.7.1",
"nyc": "^14.0.0",
"remark-cli": "^6.0.0",
"sinon": "^7.0.0",
"sinon-chai": "^3.2.0",
"source-map-support": "^0.5.0"
},
"engines": {
"node": "^12.0.0",
"npm": "^6.0.0"
},
"greenkeeper": {
"lockfiles": {
"outOfRangeUpdatesOnly": true
},
"commitMessages": {
"initialBadge": "docs: add Greenkeeper badge 📝",
"initialDependencies": "chore: update dependencies 💣",
"initialBranches": "build: whitelist greenkeeper branches 🎉",
"dependencyUpdate": "chore: update ${dependency} to ${version} 💣",
"devDependencyUpdate": "chore: update ${dependency} to ${version} 💣",
"dependencyPin": "fix: pin ${dependency} to ${oldVersion} 🔥",
"devDependencyPin": "fix: pin ${dependency} to ${oldVersion} 🔥"
}
},
"homepage": "https://github.com/strvcom/atlas.js",
"keywords": [],
"license": "BSD-3-Clause",
"private": true,
"repository": {
"type": "git",
"url": "git://github.com/strvcom/atlas.js.git"
},
"scripts": {
"install": "touch node_modules && make"
}
}