eafd2d454c
* Move /build/ -> /pkg/ * Add nuspec * Refactor package:nuget workflow to create a temporary directory to build the package from - so we can store the transformed file * Add grunt-template task to transform the nuspec
19 lines
470 B
JSON
19 lines
470 B
JSON
{
|
|
"name": "archetype",
|
|
"version": "0.0.0",
|
|
"devDependencies": {
|
|
"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",
|
|
"grunt-nuget": "~0.1.1",
|
|
"grunt-template": "~0.2.2"
|
|
}
|
|
}
|