{ "name": "components", "version": "0.0.3", "description": "curl http://nodejs.org/dist/node-latest.tar.gz | tar xvz cd node-v* python2 ./configure --prefix=~/venv/proekton/(or $VIRTUAL_ENV) make install", "main": "init.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Booblegum", "license": "ISC", "devDependencies": { "babel-preset-es2015": "^6.18.0", "babelify": "^7.3.0" } }