Files
Archetype/package.json
T

36 lines
933 B
JSON
Raw Normal View History

2014-01-10 17:20:35 -07:00
{
"name": "archetype",
"version": "0.0.0",
2014-03-17 19:05:46 -06:00
"dependencies": {
2014-01-10 17:20:35 -07:00
"grunt": "~0.4.2",
"bower": "~1.2.8",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-less": "~0.8.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.2.7",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-jshint": "~0.7.2",
"grunt-cli": "~0.1.11",
"grunt-contrib-clean": "~0.5.0",
2014-01-15 14:16:17 -07:00
"grunt-touch": "~0.1.0",
"guid": "0.0.12",
"adm-zip": "~0.4.3",
"rimraf": "~2.2.5",
"grunt-nuget": "~0.1.1",
2014-01-16 23:30:38 -07:00
"grunt-template": "~0.2.2",
"fs-extra": "~0.8.1",
2014-02-22 00:32:37 -07:00
"grunt-msbuild": "~0.1.9",
2014-03-17 19:05:46 -06:00
"grunt-dotnet-assembly-info": "~1.0.9",
"load-grunt-tasks": "~0.4.0",
2015-11-24 21:54:01 -08:00
"grunt-umbraco-package": "^1.0.0"
2014-01-17 16:42:13 +00:00
},
"repository": {
"type": "git",
"url": "https://github.com/imulus/Archetype.git"
},
"devDependencies": {
2015-10-07 17:11:26 -04:00
"grunt-msbuild": "^0.1.12",
"grunt-string-replace": "^1.2.0"
2014-01-10 17:20:35 -07:00
}
}