UNPKG

854 BJSONView Raw
1{
2 "author": "Rando Christensen <digiwano@gmail.com>",
3 "name": "auton",
4 "version": "0.5.0",
5 "description": "Automated node development environment & resource compiler",
6 "main": "index.js",
7 "scripts": {
8 "test": "node_modules/.bin/mocha"
9 },
10 "license": "MIT",
11 "dependencies": {
12 "async": "~0.1.22",
13 "underscore": "~1.4.3",
14 "eventemitter2": "~0.4.11",
15 "minimatch": "~0.2.9",
16 "mkdirp": "~0.3.4",
17 "wrench": "~1.4.4",
18 "watchr": "~2.3.3",
19 "ansi": "~0.1.2",
20 "moment": "~1.7.2",
21 "string": "~1.2.0",
22 "forever-monitor": "~1.1.0",
23 "cssmin": "~0.3.2",
24 "nib": "~0.9.1",
25 "stylus": "~0.32.0",
26 "uglify-js": "~2.2.3",
27 "jshint": "~0.9.1",
28 "chai": "~1.4.2",
29 "sinon": "~1.5.2",
30 "mocha": "~1.8.1",
31 "less": "~1.3.3",
32 "coffee-script": "~1.4.0"
33 },
34 "devDependencies": {}
35}