-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 1.13 KB
/
package.json
File metadata and controls
33 lines (33 loc) · 1.13 KB
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
{
"name": "pdx-visual-framework",
"version": "0.1.0",
"description": "The CSS and JS front-end framework for PDX Finder. Based on the Life science framework.",
"main": "index.js",
"scripts": {
"sass:build": "node-sass ./scss/app.scss ./css/app.css && csso ./css/app.css --output ./css/app.min.css",
"sass:watch": "chokidar 'scss/**/*.scss' -c 'npm run sass:build'",
"browser-sync": "browser-sync start -s -b \"google chrome\" -f \"./index.html\" \"css/*.css\" \"js/**\"",
"devel": "npm-run-all -p sass:watch browser-sync",
"test": ""
},
"repository": {
"type": "git",
"url": "git+https://github.com/ebiwd/pdx-visual-framework.git"
},
"author": "khawkins@ebi.ac.uk",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ebiwd/pdx-visual-framework/issues"
},
"homepage": "https://github.com/ebiwd/pdx-visual-framework#readme",
"devDependencies": {
"browser-sync": "^2.18.13",
"chokidar-cli": "^2.1.0",
"csso": "^4.2.0",
"csso-cli": "^3.0.0",
"ebi-framework": "1.3.0",
"foundation-sites": "6.4.4-rc1",
"node-sass": "^5.0.0",
"npm-run-all": "^4.1.2"
}
}