UNPKG

680 BJSONView Raw
1{
2 "name": "aspa",
3 "description": "Web asset packager",
4 "version": "0.1.2",
5 "author": "Ionut-Cristian Florescu <ionut.florescu@gmail.com>",
6 "keywords": [
7 "jade", "css", "stylesheets",
8 "coffee-script", "iced-coffee-script", "scripts",
9 "assets", "compressor", "optimizer", "packager", "builder"
10 ],
11 "repository": "git://github.com/icflorescu/aspa",
12 "engines": {
13 "node": ">=0.8"
14 },
15 "bin" : {
16 "aspa" : "./bin/aspa"
17 },
18 "dependencies": {
19 "commander": "*",
20 "js-yaml": "*",
21 "rimraf": "*",
22 "mkdirp": "*",
23 "watchr": "*",
24 "coffee-script": "*",
25 "iced-coffee-script": "*",
26 "stylus": "*",
27 "nib": "*",
28 "jade": "*",
29 "uglify-js": "*",
30 "csso": "*"
31 }
32}