-
Notifications
You must be signed in to change notification settings - Fork 37
/
Copy pathpackage.json
62 lines (62 loc) · 1.74 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
{
"name": "asteroidos.org",
"description": "Official website for AsteroidOS",
"version": "1.0.0",
"homepage": "https://github.com/AsteroidOS/asteroidos.org",
"author": "The AsteroidOS project",
"repository": {
"type": "git",
"url": "https://github.com/AsteroidOS/asteroidos.org.git"
},
"bugs": {
"url": "https://github.com/AsteroidOS/asteroidos.org/issues"
},
"license": "(MIT OR CC-BY-3.0)",
"main": "Gruntfile.js",
"devDependencies": {
"@octokit/rest": "^14.0.9",
"chalk": "^0.5.1",
"cheerio": "^1.0.0-rc.12",
"cwd": "^0.10.0",
"fs-utils": "^0.7.0",
"git-branch": "^2.0.1",
"git-repo-name": "^1.0.1",
"git-username": "^1.0.0",
"github-repo-url": "^0.2.1",
"gray-matter": "^4.0.3",
"grunt": "^1.5.3",
"grunt-assemble": "^0.6.3",
"grunt-assemble-permalinks": "^0.1.1",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^3.2.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-prettify": "^0.3.5",
"grunt-repos": "^0.1.2",
"grunt-sync-pkg": "^0.1.2",
"handlebars": "^4.7.7",
"handlebars-dateformat": "^1.1.2",
"handlebars-helper-feed": "^0.1.1",
"handlebars-helper-slugify": "^0.3.2",
"highlight.js": "^11.6.0",
"lodash": "^4.17.21",
"marked": "^4.0.10",
"relative": "^0.1.6",
"remote-origin-url": "^2.0.0",
"request": "^2.88.2",
"strip-indent": "^1.0.1",
"template": "^0.2.1",
"verbalize": "^0.1.2"
},
"dependencies": {
"coffeescript": "^2.7.0",
"npm": "^10.5.2",
"async": "~3.2.4",
"js-prettify": "~1.4.0",
"lodash": "^2.4.1",
"moment": "~2.29.4",
"rss": "~1.2.2"
}
}