You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
576 B
24 lines
576 B
{
|
|
"name": "batiskaf",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+ssh://git@bitbucket.org/spacenergy/batiskaf.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"homepage": "https://bitbucket.org/spacenergy/batiskaf#readme",
|
|
"devDependencies": {
|
|
"gulp": "^3.9.1",
|
|
"gulp-autoprefixer": "^3.1.1",
|
|
"gulp-clean-css": "^2.3.2",
|
|
"gulp-less": "^3.3.0",
|
|
"gulp-rename": "^1.2.2",
|
|
"gulp-sass": "^3.1.0"
|
|
}
|
|
}
|
|
|