Skip to content

Instantly share code, notes, and snippets.

@axelav
Last active January 28, 2017 01:15
Show Gist options
  • Save axelav/434129e45e7169280bd8c20fb5f24d89 to your computer and use it in GitHub Desktop.
Save axelav/434129e45e7169280bd8c20fb5f24d89 to your computer and use it in GitHub Desktop.
something like this
{
"name": "default-npm-config",
"version": "1.0.0",
"description": "",
"main": "client.js",
"scripts": {
"start": "budo client.js",
"test": "node test/**/*.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"dependencies": {
"choo": "^4.1.0",
"sheetify": "^6.0.1",
"tachyons": "^4.6.2"
},
"devDependencies": {
"browserify": "^14.0.0",
"budo": "^9.4.5",
"tape": "^4.6.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment