You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

45 lines
1.2 KiB
JSON

{
"name": "why-is-npm-broken",
"version": "1.0.1",
"description": "A simple tool to determine why your `npm install` doesn't work",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy": "rsync -avz --progress ./dist/* root@cryto.net:/var/www/why-is-npm-broken/"
},
"repository": {
"type": "git",
"url": "git@git.cryto.net:joepie91/why-is-npm-broken.git"
},
"keywords": [
"npm"
],
"author": "Sven Slootweg",
"license": "WTFPL",
"dependencies": {
"@joepie91/gulp-preset-es2015": "^1.0.1",
"arr-flatten": "^1.0.1",
"dedupe": "^2.0.3",
"in-array": "^0.1.2",
"jquery": "^3.1.0",
"riot": "^2.5.0",
"riot-query": "^1.0.0"
},
"devDependencies": {
"@joepie91/gulp-preset-jade": "^1.0.1",
"@joepie91/gulp-preset-scss": "^1.0.1",
"babel-loader": "^6.2.4",
"babel-preset-es2015-riot": "^1.1.0",
"babel-preset-es2015": "^6.9.0",
"express": "^4.14.0",
"gulp": "^3.9.1",
"gulp-livereload": "^3.8.1",
"gulp-nodemon": "^2.1.0",
"gulp-rename": "^1.2.2",
"json-loader": "^0.5.4",
"riotjs-loader": "^3.0.0",
"webpack": "^1.13.1",
"webpack-stream": "^3.2.0"
}
}