UNPKG

node-version-assets

Version:
57 lines (56 loc) 1.26 kB
{ "name": "node-version-assets", "version": "1.2.2", "description": "version your static assets", "license": "MIT", "main": "index.js", "scripts": { "start": "node index.js", "test": "tap ./test/*.test.js", "pretest": "node ./test-utils/pre-post-test.js", "posttest": "node ./test-utils/pre-post-test.js" }, "author": "Andrew Griffiths <mail@andrewgriffithsonline.com>", "maintainers": [ { "name": "Andrew Griffiths", "email": "mail@andrewgriffithsonline.com", "web": "http://projects.andrewgriffithsonline.com" } ], "repository": { "type": "git", "url": "https://github.com/techjacker/node-version-assets" }, "github": "https://github.com/techjacker/node-version-assets", "engineStrict": true, "engines": { "node": ">=4" }, "bugs": { "url": "https://github.com/techjacker/node-version-assets/issues" }, "tags": [ "static", "performance", "assets", "version", "versioning" ], "keywords": [ "static", "performance", "assets", "version", "versioning" ], "dependencies": { "async": "~1.5.0", "glob": "^6.0.1", "underscore": "~1.8.3" }, "devDependencies": { "curry": "~1.2.0", "tap": "~2.2.0" } }