UNPKG

igneous

Version:

Automatic asset bundling and CDN deployment

35 lines 746 B
{ "name": "igneous", "version": "0.0.1", "description": "Automatic asset bundling and CDN deployment", "homepage": "http://kemp59f.info/igneous/", "author": { "name": "Timothy Kempf", "email": "tim@kemp59f.info", "url": "http://kemp59f.info" }, "main": "lib/igneous.js", "directories": { "lib": "lib", "example": "examples" }, "dependencies": { "knox": ">=0.0.9", "uglify-js": ">=1.2.5" }, "devDependencies": { "mocha": ">=0.12.0", "should": ">=0.5.1", "sinon": ">=1.3.1" }, "repository": { "type": "git", "url": "git://github.com/Fauntleroy/igneous.git" }, "licenses": [ { "type": "MIT", "url": "https://github.com/andyet/Capsule/blob/master/license-mit" } ] }