-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.47 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
{
"name": "pryv-dev-site",
"version": "0.4.1",
"private": true,
"description": "Pryv API reference, recommendations, guides, etc.",
"keywords": [
"Pryv",
"developers",
"API",
"documentation"
],
"homepage": "pryv.github.io",
"author": "Pryv",
"scripts": {
"test": "echo 'This project doesn’t use npm scripts – enter `just` for the available development commands\n' && exit 1"
},
"dependencies": {
"async": "^2.6.1",
"cheerio": "^1.0.0-rc.2",
"coffeescript": "^2.7.0",
"cuid": "^2.1.8",
"js-yaml": "^4.1.0",
"jsonfile": "^4.0.0",
"jstransformer-markdown-it": "^3.0.0",
"jstransformer-pug": "^0.4.0",
"lodash": "^4.17.21",
"markdown-it": "^13.0.1",
"metalsmith": "^2.5.1",
"metalsmith-define": "^2.1.3",
"metalsmith-headings-identifier": "^0.0.11",
"metalsmith-ignore": "^1.0.0",
"metalsmith-include": "^0.0.2",
"metalsmith-json": "^0.1.2",
"metalsmith-layouts": "^2.3.1",
"metalsmith-markdownit": "^0.5.0",
"metalsmith-permalinks": "^2.2.0",
"metalsmith-pug": "^2.0.0",
"metalsmith-stylus": "^3.0.0",
"metalsmith-watch": "^1.0.3",
"pryv-style": "git://github.com/pryv/style.git",
"rec.la": "^0.3.2",
"request": "^2.88.0",
"resolve-pathname": "^2.2.0",
"semistandard": "^16.0.1",
"underscore": "^1.9.1",
"unix-timestamp": "^1.0.2"
},
"engines": {
"node": "16.x"
},
"semistandard": {
"ignore": [
"src/assets/**"
]
}
}