blob: b8e84e7675591ca232f3ee0cf12f275cf46df018 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"name": "camilstaps.nl",
"version": "0.1",
"homepage": "https://camilstaps.nl",
"authors": ["Camil Staps <info@camilstaps.nl>"],
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"build"
],
"dependencies": {
"bootstrap-sass-official": "~3.3.2"
}
}
|