1
This repository has been archived on 2022-08-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
itunes-extras-template/package.json
Kim Wittenburg 0c94fd56d8 Add Documentation
2017-11-01 12:09:30 +01:00

16 lines
429 B
JSON

{
"name": "iTunes-Extras-Template",
"description": "A project that allows you to generate custom iTunes Extras with ease.",
"repository": {
"type": "git",
"url": "git://gitlab.diskstation.wittenburg.kim:30022/Codello/itunes-extras-template.git"
},
"version": "1.0.0",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.6.0",
"mustache": "^2.3.0",
"node-sass": "^4.5.3"
}
}