-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
60 lines (60 loc) · 1.89 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
{
"name": "p3-web",
"version": "3.7.0",
"private": true,
"scripts": {
"start": "node ./bin/p3-web",
"test": "cross-env NODE_ENV=test gulp srcfiles && npm run move-src && eslint . && jest --config jest.config.json --notify",
"move-src": "cp gulpified/app/app.js src/app/ && cp gulpified/app/p3app.js src/app/ && cp gulpified/widget/LoginForm.js src/widget",
"eslint:fix": "./node_modules/eslint/bin/eslint.js --fix public/js/p3",
"eslint:test": "./node_modules/eslint/bin/eslint.js public/js/p3",
"test:intern": "./node_modules/.bin/intern"
},
"dependencies": {
"body-parser": "^1.19.0",
"bvbrc_js_client": "github:bv-brc/bvbrc_js_client",
"clipboard-js": "^0.3.5",
"cookie-parser": "~1.3.3",
"cytoscape": "^3.2.4",
"cytoscape-cola": "^1.6.0",
"cytoscape-context-menus": "^3.0.2",
"cytoscape-cose-bilkent": "^2.0.4",
"cytoscape-dagre": "~2.1.0",
"cytoscape-panzoom": "^2.5.2",
"dagre": "^0.8.2",
"debug": "^2.6.9",
"ejs": "^2.5.7",
"express": "^4.16.3",
"express-formidable": "^1.0.0",
"feedparser": "^1.1.4",
"flag-icon-css": "^2.8.0",
"forever": "^4.0.1",
"formidable": "^1.1.1",
"http-proxy": "^1.15.2",
"jquery": "^3.3.1",
"morgan": "^1.9.1",
"nconf": "^0.7.1",
"nodemailer": "^1.3.0",
"nodemailer-smtp-transport": "^0.1.13",
"promised-io": "^0.3.5",
"pug": "^2.0.0-rc.3",
"request": "^2.87.0",
"rql": "^0.3.3",
"serve-favicon": "^2.5.0",
"swfobject-amd": "~2.3.1",
"webcola": "^3.3.6"
},
"devDependencies": {
"aurelia-tools": "^1.0.0",
"cross-env": "^5.0.1",
"eslint": "^4.9.0",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.2.0",
"gulp-replace": "^0.6.1",
"intern": "^4.0.0-rc.1",
"minimatch": "^3.0.2",
"request-promise": "^4.2.2",
"stylelint": "^8.2.0",
"stylelint-config-standard": "^17.0.0"
}
}