Missing client files, excluding node_modules

This commit is contained in:
Per Ploug Krogslund
2013-06-10 10:44:40 -02:00
parent 6b6ece01f6
commit 47f1dcf4e5
1121 changed files with 190073 additions and 1 deletions

View File

@@ -0,0 +1,39 @@
{
"author": "Per Ploug, Anders Stenteberg & Shannon Deminick",
"name": "umbraco",
"homepage": "http://umbraco.github.io/Belle",
"version": "0.0.1-SNAPSHOT",
"repository": {
"type": "git",
"url": "git@github.com:umbraco/Belle.git"
},
"bugs": {
"url": "https://github.com/umbraco/Belle/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/umbraco/belle/master/LICENSE"
}
],
"engines": {
"node": ">= 0.8.4"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.0",
"grunt-recess": "~0.3",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-jshint": "~0.2.0",
"grunt-contrib-concat": "~0.1.3",
"grunt-contrib-uglify": "~0.1.1",
"grunt-contrib-requirejs": "~0.4.0",
"grunt-testacular": "~0.3.0",
"grunt-html2js": "~0.1.0",
"grunt-contrib-watch": "~0.3.1",
"grunt-markdown": "~0.2.0",
"grunt-open": "~0.2.0",
"grunt-contrib-connect": "~0.3.0"
}
}