-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 863 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
{
"name": "shell",
"version": "1.0.0",
"description": "My shell/home directory setup.",
"main": "-",
"devDependencies": {
"@babel/core": "^7.20.12",
"@babel/register": "^7.18.9",
"babel-core": "^6.26.3",
"babel-register": "^6.26.0",
"grunt": "^1.6.1",
"grunt-cli": "^1.4.3",
"gulp": "^4.0.2",
"lodash": "^4.17.21",
"neovim": "^4.10.1",
"rimraf": "^3.0.2",
"sass": "^1.69.5",
"yarn": "^1.22.19"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timnolte/.shell.git"
},
"author": "Tim Nolte <[email protected]>",
"license": "GPL-2.0+",
"bugs": {
"url": "https://github.com/timnolte/.shell/issues"
},
"homepage": "https://github.com/timnolte/.shell#readme",
"dependencies": {}
}