emile
Version:
no-thrills stand-alone CSS animation JavaScript framework
23 lines (22 loc) • 580 B
JSON
{
"name": "smoosh",
"description": "a tool for packaging your javascript projects",
"version": "0.0.7",
"authors": ["Jacob Thornton <@fat>", "Dustin Diaz <@ded>"],
"keywords": ["packager", "packaging", "smoosher"],
"dependencies": {},
"directories": { "lib": "./lib/smoosh" },
"main": "./index.js",
"engines": { "node": ">= 0.4.1" },
"dependencies": {
"colors": ">= 0.3.0",
"gzip": ">= 0.1.0",
"jshint": ">= 0.1.4",
"rimraf": ">= 1.0.0",
"uglify-js": ">= 0.0.1",
"asciimo": ">= 0.3.1"
},
"bin": {
"smoosh": "./bin/smoosh"
}
}