Last active
January 28, 2017 01:15
-
-
Save axelav/434129e45e7169280bd8c20fb5f24d89 to your computer and use it in GitHub Desktop.
something like this
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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