UNPKG

976 BJSONView Raw
1{
2 "author": "Rando Christensen <digiwano@gmail.com>",
3 "name": "auton",
4 "description": "Extensible resource compiler/minifier/compressor tool",
5 "version": "0.1.14",
6 "homepage": "https://github.com/digiwano/auton",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/digiwano/auton.git"
10 },
11 "main": "lib/auton",
12 "engines": {
13 "node": ">=v0.4.7"
14 },
15 "dependencies": {
16 "stylus": ">=0.31.0",
17 "nib": ">=0.9.0",
18 "less": ">=1.3.1",
19 "cssmin": ">=0.3.2",
20 "gzip": ">=0.1.0",
21 "jshint": ">=0.9.1",
22 "uglify-js": ">=2.2.1",
23 "coffee-script": ">=1.4.0",
24 "watch-tree-maintained": ">=0.1.2",
25 "asyncjs": ">=0.0.9",
26 "colorize": ">=0.1.0",
27 "handlebars": ">=1.0.7"
28 },
29 "devDependencies": {
30 "vows": ">=0.5.0"
31 },
32 "scripts": {
33 "test": "vows --spec"
34 },
35 "licenses": [{
36 "type": "MIT",
37 "url": ""
38 }]
39}