This repository has been archived by the owner on Jan 10, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
55 lines (55 loc) · 1.91 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": "sjrk-story-telling",
"version": "0.5.0",
"description": "The Storytelling Project with Kettle-based server and CouchDB interface",
"main": "index.js",
"scripts": {
"pretest": "node node_modules/rimraf/bin.js reports/* coverage/*",
"test": "npm run test:browser && npm run test:node",
"test:browser": "testem ci --file tests/ui/testem.js",
"test:node": "nyc node tests/server/all-tests.js",
"posttest": "nyc report -r text-summary -r html -r json",
"lint": "fluid-lint-all"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fluid-project/sjrk-story-telling.git"
},
"author": "Fluid Project",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://issues.fluidproject.org/projects/SJRK/issues"
},
"homepage": "https://github.com/fluid-project/sjrk-story-telling",
"dependencies": {
"express-basic-auth": "1.2.0",
"fluid-binder": "1.1.2",
"fluid-couch-config": "git+https://github.com/BlueSlug/fluid-couch-config.git",
"fluid-express-user": "2.0.3",
"fluid-handlebars": "2.1.5",
"fluid-json-schema": "2.1.7",
"fluid-location-bar-relay": "1.0.7",
"fs-extra": "9.1.0",
"handlebars": "4.7.7",
"infusion": "3.0.0-dev.20210302T181135Z.08e9a66ea.FLUID-6580",
"jpeg-autorotate": "7.1.1",
"jpeg-exif": "1.1.4",
"kettle": "2.1.0",
"markdown-it": "12.0.4",
"memorystore": "1.6.4",
"uuid": "8.3.2"
},
"devDependencies": {
"chance": "1.1.7",
"eslint-config-fluid": "2.0.0",
"eslint-plugin-jsdoc": "32.0.1",
"fluid-lint-all": "1.0.4",
"fluid-pouchdb": "1.0.17",
"fluid-testem": "2.1.14",
"node-jqunit": "1.1.8",
"nyc": "15.1.0",
"rimraf": "3.0.2",
"sinon": "9.2.4",
"testem": "3.2.0"
}
}