-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.14 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
{
"name": "hel-bootstrap-3",
"version": "1.0.0-beta.3",
"description": "City of Helsinki themed Boostrap 3 SASS library",
"style": "src/sass/_hel-bootstrap-theme.scss",
"sass": "src/sass/_hel-bootstrap-theme.scss",
"repository": {
"type": "git",
"url": "https://github.com/City-of-Helsinki/hel-bootstrap-3.git"
},
"directories": {
"doc": "docs"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "grunt"
},
"keywords": [],
"author": {
"name": "Tero Tikkanen",
"email": "[email protected]",
"url": "http://dev.hel.fi/"
},
"license": "MIT",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-concurrent": "^2.3.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-sass": "^2.0.0",
"grunt-shell": "^2.1.0",
"load-grunt-tasks": "^3.5.2",
"webpack": "^2.2.1"
},
"dependencies": {
"bootstrap-sass": "^3.3.7"
},
"peerDependencies": {
"bootstrap-sass": "^3.3.7"
},
"bugs": {
"url": "https://github.com/City-of-Helsinki/issues"
},
"homepage": "https://github.com/City-of-Helsinki/hel-bootstrap-3"
}