You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
448 B
15 lines
448 B
{
|
|
"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"
|
|
}
|
|
}
|
|
|