blob: a90727bcb25ea6aaf2df95bbf77b1b138289b4db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
{
"name": "beta.iamfabulous.de",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@git.iamfabulous.de:beta.iamfabulous.de"
},
"author": "Maximilian Möhring",
"license": "AGPL",
"devDependencies": {
"gulp-cssnano": "^2.1.2"
}
}
|