-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
30 lines (30 loc) · 885 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
{
"name": "within_the_cosmos",
"version": "0.4.0",
"description": "Theme with lots of space-themed colour schemes",
"main": "",
"scripts": {
"nihility": "gulp -s AbsoluteNihility && gulp -s ContrastNihility",
"nebula": "gulp -s ColdNebula",
"vortex": "gulp -s DarkVortex",
"solar": "gulp -s SolarLight",
"all": "npm run nihility && npm run nebula && npm run vortex && npm run solar"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IdkGoodName/AbsoluteNihility.git"
},
"author": "IdkGoodName",
"license": "MIT",
"bugs": {
"url": "https://github.com/IdkGoodName/AbsoluteNihility/issues"
},
"homepage": "https://github.com/IdkGoodName/AbsoluteNihility#readme",
"devDependencies": {
"accord": "^0.30.0",
"gulp": "^4.0.2",
"minimist": "^1.2.5",
"stylus": "^0.56.0",
"through2": "^4.0.2"
}
}