-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.04 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.04 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
34
35
36
37
38
39
40
41
{
"name": "hds-style",
"version": "0.3.1",
"description": "HDS style assets: reference CSS, JS and media files (based on Bootstrap).",
"keywords": [
"hds",
"style",
"css",
"bootstrap"
],
"homepage": "https://github.com/healthdatasafe/style",
"bugs": {
"url": "https://github.com/healthdatasafe/style/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/healthdatasafe/style.git"
},
"license": "BSD-3-Clause",
"author": "",
"scripts": {
"build": "npm run build-index && npm run build-grunt",
"build-grunt": "grunt",
"build-index": "node src/build-index.js"
},
"dependencies": {
"bootstrap-styl": "^3"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-autoprefixer": "^3.0.4",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-stylus": "^1.2.0",
"grunt-contrib-uglify": "^5.2.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-replace": "^2.0.2",
"stylus": "^0.57.0"
}
}