This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 30
/
package.json
55 lines (55 loc) · 1.63 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
{
"name": "developers",
"private": true,
"version": "1.0.0",
"description": "",
"dependencies": {
"array-to-table": "^1.0.1",
"axios": "^0.18.0",
"babel": "^5.8.23",
"bluebird": "^2.10.1",
"cheerio": "^0.19.0",
"codemirror": "~5.6.0",
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-load-plugins": "^0.10.0",
"gulp-replace": "^1.0.0",
"gulp-sym": "0.0.14",
"gulp-webserver": "^0.9.1",
"handlebars": "^4.0.2",
"jquery": "~3.0.0",
"load-metalsmith-plugins": "^0.1.1",
"lodash": "^4.17.5",
"markdown-it-anchor": "^2.5.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-implicit-figures": "^0.3.2",
"metalsmith": "^2.3.0",
"metalsmith-autoprefixer": "^1.1.0",
"metalsmith-changed": "^2.0.0",
"metalsmith-concat": "^3.0.3",
"metalsmith-fingerprint": "^1.0.3",
"metalsmith-in-place": "^1.3.1",
"metalsmith-layouts": "^1.4.1",
"metalsmith-markdownit": "^0.4.0",
"metalsmith-metadata": "0.0.1",
"metalsmith-sass": "^1.3.0",
"minimatch": "^2.0.10",
"minimist": "^1.2.0",
"run-sequence": "^2.2.1",
"solar-css": "git+https://github.com/stellar/solar#master",
"solar-stellarorg": "git+https://github.com/stellar/solar-stellarorg#master",
"solar-stellarorg-pages": "git+https://github.com/stellar/solar-stellarorg-pages#master",
"stellar-sdk": "~0.9.1",
"tether-drop": "1.4.2"
},
"devDependencies": {
"eslint": "^3.3.1",
"gulp-debug": "^2.1.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "$(npm bin)/gulp build"
},
"author": "",
"license": "Apache-2.0"
}