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
487 B
15 lines
487 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",
|
|
"author": "Booblegum",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"babel-core": "^6.18.2",
|
|
"babel-loader": "^6.2.8",
|
|
"babel-plugin-transform-decorators-legacy": "^1.3.4",
|
|
"babel-preset-es2015": "^6.18.0",
|
|
"webpack": "^1.13.3"
|
|
}
|
|
}
|
|
|