Comparing version 0.3.2 to 0.3.3
{ | ||
"name": "assemble", | ||
"description": "Get the rocks out of your socks. Assemble builds static web projects, fast. Using HTML and CSS components, scaffolds, client-side templates, mock-data, CSS pre-processors, markdown, YAML, JSON, sensible configuration defaults and a Grunt.js build system to make it work. Works for gh-pages, documentation, static sites etc.", | ||
"version": "0.3.2", | ||
"description": "Get the rocks out of your socks. Assemble helps you _quickly launch static web projects_ using HTML and CSS components, scaffolds, client-side templates, mock-data, CSS pre-processors, markdown, YAML, JSON, sensible configuration defaults and a Grunt.js build system to make it work. We us Assemble for gh-pages, documentation, static sites, mocking etc.", | ||
"version": "0.3.3", | ||
"homepage": "https://github.com/sellside/assemble", | ||
"author": { | ||
"name": "Jon Schlinkert", | ||
"url": "https://github.com/jonschlinkert" | ||
"name": "assemble", | ||
"url": "https://github.com/sellside/assemble" | ||
}, | ||
@@ -40,2 +40,5 @@ "contributors": [ | ||
}, | ||
"dependencies": { | ||
"amdefine": "0.0.4" | ||
}, | ||
"devDependencies": { | ||
@@ -47,3 +50,4 @@ "grunt": "~0.4.0rc7", | ||
"grunt-contrib-jshint": "~0.1.0", | ||
"grunt-contrib-watch": "~0.2.0" | ||
"grunt-contrib-watch": "~0.2.0", | ||
"handlebars": "~1.0.9" | ||
}, | ||
@@ -50,0 +54,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7790
1
7
+ Addedamdefine@0.0.4
+ Addedamdefine@0.0.4(transitive)