Skip to content

Instantly share code, notes, and snippets.

@scottaddie
Last active July 19, 2016 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottaddie/95ebb87f7a4e9da9a8ff542730dac51f to your computer and use it in GitHub Desktop.
Save scottaddie/95ebb87f7a4e9da9a8ff542730dac51f to your computer and use it in GitHub Desktop.
completed package.json with napa configuration
{
"name": "test_app",
"version": "1.0.0",
"description": "Sample app demonstrating SignalR JS client installation with napa",
"author": "Scott Addie",
"private": true,
"license": "MIT",
"scripts": {
"install": "napa signalr/bower-signalr#v2.2.0:signalr"
},
"napa-config": {
"cache": true,
"cache-path": "./.napa-cache",
"log-level": "info"
},
"dependencies": {
"jquery": "2.2.4"
},
"devDependencies": {
"napa": "2.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment